mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
GitBook: [#44] No subject
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user