GitBook: [#45] No subject

This commit is contained in:
Greg Adams
2022-01-14 19:17:38 +00:00
committed by gitbook-bot
parent b1f3254d06
commit 132893c488
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
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.
Note: Personal 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

View File

@@ -42,4 +42,4 @@ From the _Access Token_ page, click _Delete_ next to the token you wish to revok
## 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.
* Personal 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.