GitBook: [#44] No subject

This commit is contained in:
Greg Adams
2022-01-14 19:16:08 +00:00
committed by gitbook-bot
parent a74fd488f2
commit b1f3254d06
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
Moderne.io offers a GraphQL API https://api.moderne.io for customers to interact with through the usage of a personal access token.
Note: Access tokens do not retain roles that are granted to your user account. Actions that require roles (deploying recipes and uploading ASTs) will fail as forbidden if attempted with an access token.
## Prerequisites
* Create a [Moderne Personal Access Token](../references/create-api-access-tokens.md)

View File

@@ -1,6 +1,6 @@
# Token management
You can create Personal Access Tokens \(PATs\) for interacting with the GraphQL API.
You can create Personal Access Tokens (PATs) for interacting with the GraphQL API.
## Viewing your access tokens
@@ -39,3 +39,7 @@ Use the name of the token to distinguish it from other tokens.
From the _Access Token_ page, click _Delete_ next to the token you wish to revoke.
![](../.gitbook/assets/access-token-remove.png)
## Limitations
* Access tokens do not retain roles that are granted to your user account. Actions that require roles (deploying recipes and uploading ASTs) will fail as forbidden if attempted with an access token.