From 981251b4840225ff93423d2682822fb90f780026 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 12:40:01 +0000 Subject: [PATCH] docs: fix inconsistent heading capitalization --- account/members.mdx | 2 +- api-reference/authentication.mdx | 10 +++++----- features/points.mdx | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/account/members.mdx b/account/members.mdx index 37fb02e..98a2bb1 100644 --- a/account/members.mdx +++ b/account/members.mdx @@ -5,7 +5,7 @@ og:description: Give team members access to Trophy and manage your account setti icon: user-plus --- -## Invite Your team {#invite-your-team} +## Invite Your Team {#invite-your-team} Trophy supports up to 5 team members per organization. However if you feel you need more [just ask](mailto:support@trophy.so) and we'll be happy to give you more room. diff --git a/api-reference/authentication.mdx b/api-reference/authentication.mdx index 0c3cca9..1ff0d07 100644 --- a/api-reference/authentication.mdx +++ b/api-reference/authentication.mdx @@ -17,7 +17,7 @@ Trophy keeps track of and displays when each API key in your account was created -### Anatomy of an API key {#anatomy-of-an-api-key} +### Anatomy of an API Key {#anatomy-of-an-api-key} Each API key is made up of 2 parts separated by a period: @@ -44,7 +44,7 @@ curl https://app.trophy.so/api/users//metrics/ \ If you do not pass an API key, or your API key is invalid, you'll receive a `401` response code. -## Managing API keys {#managing-api-keys} +## Managing API Keys {#managing-api-keys} There are a few different operations you can perform on API keys from within your Trophy dashboard to manage your integration. @@ -56,7 +56,7 @@ There are a few different operations you can perform on API keys from within you /> -### Rotating keys {#rotating-keys} +### Rotating Keys {#rotating-keys} API keys can be rotated if you want to change them for any reason. At the point of rotation, the original API key will no longer function and any requests still using it will begin receiving `401` responses immediately. @@ -64,7 +64,7 @@ API keys can be rotated if you want to change them for any reason. At the point Note that when rotating keys, both the prefix and the body will change. -### Revoking keys {#revoking-keys} +### Revoking Keys {#revoking-keys} API keys can also be revoked entirely at which point they become _Inactive_. At the point of revocation, the API key will no longer function and any requests still using it will begin receiving `401` responses immediately. @@ -74,7 +74,7 @@ Once revoked you can re-activate the API key at any time. Neither the prefix or the body of the key change when revoked or re-activated. -### Deleting API keys {#deleting-api-keys} +### Deleting API Keys {#deleting-api-keys} If you're 100% sure you no longer need an API key, they can be deleted. diff --git a/features/points.mdx b/features/points.mdx index d6c92cc..80db4a8 100644 --- a/features/points.mdx +++ b/features/points.mdx @@ -301,7 +301,7 @@ Each level has a threshold. When a user's total points in the system exceeds thi Use levels for rank tiers, progression UI, reward tiers, or analytics. Trophy keeps each user's current level in sync whenever they earn or lose points in that system. -### Configuring levels {#configuring-levels} +### Configuring Levels {#configuring-levels} To set up levels for a points system, open it from the [points page](https://app.trophy.so/points) in the Trophy dashboard and use the levels tab to add or manage levels.