Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove inline elements from RS API #476

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@

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.
Loading