-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-7295: API: tweaks to main page, REST API through Authenticati…
…on, V1 API, OAuth2 API
- Loading branch information
1 parent
218640e
commit c3bf221
Showing
10 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...-api-overview/authentication-for-api/api-token-permissions-users-can-control.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Snyk API token permissions users can control | ||
|
||
To set an API token to be read-only and unable to write to the platform, use a service account and set it to Group Viewer. **Note:** The [Get group audit logs endpoint](https://snyk.docs.apiary.io/#reference/audit-logs/group-level-audit-logs/get-group-level-audit-logs) requires Group Admin permissions. | ||
To set an API token to be read-only and unable to write to the platform, use a service account and set it to Group Viewer. **Note:** The [Get group level audit logs endpoint](https://snyk.docs.apiary.io/#reference/audit-logs/group-level-audit-logs/get-group-level-audit-logs) requires Group Admin permissions. | ||
|
||
Service accounts at the org level have only org admin and org collaborator permissions. Thus to set a service account to view-only you must use a group level service account. | ||
Service accounts at the Organization level have only org admin and org collaborator permissions. Thus to set a service account to view-only you must use a group-level service account. | ||
|
||
For more information see [Service accounts](../../../enterprise-configuration/service-accounts/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Snyk API rate limits | ||
|
||
For [Snyk API v1](https://snyk.docs.apiary.io/), each API has its own rate limit. The default is 2000 but some specific endpoints have lower limits. Refer to the reference docs for each endpoint to see the rate limits. | ||
For [Snyk V1 API](https://snyk.docs.apiary.io/), each API has its own rate limit. The default is 2000 but some specific endpoints have lower limits. Refer to the reference docs for each endpoint to see the rate limits. | ||
|
||
For [Snyk REST API](https://apidocs.snyk.io/), see Rate limiting in the reference docs overview. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters