Update src/pages/docs/how-to/use-service-users-with-access-token.mdx

This commit is contained in:
Misha Bragin
2023-05-11 17:45:38 +02:00
committed by GitHub
parent 01da0beec2
commit 5b5cc2360b

View File

@@ -51,7 +51,7 @@ Personal access tokens can be used in a variety of scenarios, including:
### Creating a Personal Access Token
To create a personal access token, you'll need to log in to your account and navigate to the "Users" section and look for your user or create a [service user](#service-users) to use for your API requests.
To create an access token, you'll need to log in to your account and navigate to the "Users" section and look for your user or create a [service user](#service-users) to use for your API requests.
<p align="center">
<img src="/img/overview/personal-access-token-overview.png" alt="personal-access-token-overview" width="780" style={{boxShadow: '0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)'}} />