From b83b744ab1d9063855100b33b1cf5e0cddde399c Mon Sep 17 00:00:00 2001 From: Samuel Y Date: Wed, 31 Jan 2024 11:10:56 -0500 Subject: [PATCH] Move imgs to number list level to align properly --- fern/docs/pages/authentication.mdx | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/fern/docs/pages/authentication.mdx b/fern/docs/pages/authentication.mdx index 7ec5ea0..eebf1f7 100644 --- a/fern/docs/pages/authentication.mdx +++ b/fern/docs/pages/authentication.mdx @@ -11,23 +11,15 @@ Authorization: Bearer To create an API key to begin using the ProjectManager v4 API, follow these steps: 1. Log onto your ProjectManager workspace. Note that each API key is tied to a workspace. -2. Click on your name in the bottom left hand corner of the screen, then select "Account". If you cannot see this option, check with your account representative to verify that you have been granted access to the REST API v4. +2. Click on your name in the bottom left hand corner of the screen, then select "Account". If you cannot see this option, check with your account representative to verify that you have been granted access to the REST API v4. ![Account](https://files.readme.io/0a37a73-image.png) -![Account](https://files.readme.io/0a37a73-image.png) +3. On the "Account" popup, select the "API" tab on the left hand side. ![API](https://files.readme.io/ab2bcfd-image.png) -3. On the "Account" popup, select the "API" tab on the left hand side. - -![API](https://files.readme.io/ab2bcfd-image.png) - -4. Select the API V4 section and click "Create API Key". - -![API Key](https://files.readme.io/f55034b-image.png) +4. Select the API V4 section and click "Create API Key". ![API Key](https://files.readme.io/f55034b-image.png) 5. Give your API key a name that you can use to remember it. When you click "Generate Tokens", you MUST copy and save your API key. Once generated, the API key can never be viewed again. -6. We recommend rotating your API keys regularly to ensure that none are leaked or accidentally shared outside your organization. You can use the API key screen to maintain and revoke old tokens and create new ones. - -![Revoke](https://files.readme.io/5f30720-image.png) +6. We recommend rotating your API keys regularly to ensure that none are leaked or accidentally shared outside your organization. You can use the API key screen to maintain and revoke old tokens and create new ones. ![Revoke](https://files.readme.io/5f30720-image.png) ## Using the SDK to authenticate