From 77bb4f363d0b97b5385a4b227daa5a0964489b2f Mon Sep 17 00:00:00 2001 From: theManikJindal Date: Tue, 28 May 2024 17:54:54 +0530 Subject: [PATCH] Fixing image paths --- src/pages/guides/credentials.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/guides/credentials.md b/src/pages/guides/credentials.md index dc5c276a..44906e2f 100644 --- a/src/pages/guides/credentials.md +++ b/src/pages/guides/credentials.md @@ -24,15 +24,15 @@ If you selected **OAuth Server-to-Server** under *Credentials* you will be prese To generate a token, click on the button "Generate access token" -![](../../images/services-api-oauth-s2s-generate-token-2.png) +![](../images/services-api-oauth-s2s-generate-token-2.png) You can also view the cURL command you could use to generate access tokens programmatically. -![](../../images/services-api-oauth-s2s-view-curl-command.png) +![](../images/services-api-oauth-s2s-view-curl-command.png) You can also view the scopes per service to generate an access token that only works for a subset of services in your project. -![](../../images/services-api-oauth-s2s-view-scopes.png) +![](../images/services-api-oauth-s2s-view-scopes.png) ## OAuth User authentication @@ -42,7 +42,7 @@ From here, you can view and copy the *Client ID*, retrieve the client secret, an Within the *Credential details* screen you can also choose to download the OAuth JSON file, edit the credential, or delete the credential using the buttons provided in the top-right corner of the screen. -![](../../images/services-api-oauth-user-auth-credential-overview.png) +![](../images/services-api-oauth-user-auth-credential-overview.png) ## API key