Skip to content

Commit

Permalink
Remove inline elements from RS API
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Feb 20, 2024
1 parent 032daf1 commit 466d10f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/content/docs/api/rs-api/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ If you've configured SSO, your API tokens aren't available in the Adjust dashboa

Your Adjust API token is located in your **profile**. To find it, follow these steps:

1. Select the settings icon (<Icon name="CogWheel" />) in the bottom left corner.
2. Select <GuiLabel>Account settings</GuiLabel>. Your account settings page opens.
3. Select the <GuiLabel>My profile</GuiLabel> tab.
4. Your <GuiLabel>API Token</GuiLabel> is shown with your <GuiLabel>User Details</GuiLabel>. Select the copy button (<Icon name="Copy" />) to copy the token to your system clipboard.
1. Select the settings icon in the bottom left corner.
2. Select **Account settings**. Your account settings page opens.
3. Select the **My profile** tab.

Check warning on line 25 in src/content/docs/api/rs-api/authentication.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] src/content/docs/api/rs-api/authentication.mdx#L25

[Microsoft.FirstPerson] Use first person (such as 'My') sparingly.
Raw output
{"message": "[Microsoft.FirstPerson] Use first person (such as 'My') sparingly.", "location": {"path": "src/content/docs/api/rs-api/authentication.mdx", "range": {"start": {"line": 25, "column": 17}}}, "severity": "WARNING"}
4. Your **API Token** is shown with your **User Details**. Select the copy button to copy the token to your system clipboard.

## Reset your Adjust API token

You can reset your Adjust API token at any time. Resetting your token invalidates the old token. This means that any requests made using the old token won't work. If you reset your Adjust API token, you need to make sure to update it wherever it's in use.

1. Select the settings icon (<Icon name="CogWheel" />) in the bottom left corner.
2. Select <GuiLabel>Account settings</GuiLabel>. Your account settings page opens.
3. Select the <GuiLabel>My Profile</GuiLabel> tab.
4. Your <GuiLabel>API Token</GuiLabel> is shown with your <GuiLabel>User details</GuiLabel>.
5. Select <GuiLabel>Reset API token</GuiLabel>. A popup modal appears.
6. Enter your account password in the modal and select <GuiLabel>Reset</GuiLabel> to reset your API token. The modal closes and a confirmation appears in the top right of the screen.
7. Select the copy button (<Icon name="Copy" />) next to the <GuiLabel>API Token</GuiLabel> to copy the token to your system clipboard.
1. Select the settings icon in the bottom left corner.
2. Select **Account settings**. Your account settings page opens.
3. Select the **My Profile** tab.

Check warning on line 34 in src/content/docs/api/rs-api/authentication.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] src/content/docs/api/rs-api/authentication.mdx#L34

[Microsoft.FirstPerson] Use first person (such as 'My') sparingly.
Raw output
{"message": "[Microsoft.FirstPerson] Use first person (such as 'My') sparingly.", "location": {"path": "src/content/docs/api/rs-api/authentication.mdx", "range": {"start": {"line": 34, "column": 17}}}, "severity": "WARNING"}
4. Your **API Token** is shown with your **User details**.
5. Select **Reset API token**. A popup modal appears.
6. Enter your account password in the modal and select **Reset** to reset your API token. The modal closes and a confirmation appears in the top right of the screen.
7. Select the copy button next to the **API Token** to copy the token to your system clipboard.

0 comments on commit 466d10f

Please sign in to comment.