Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Belton <119824349+mbelton-buildkite@users.noreply.github.com>
  • Loading branch information
JuanitoFatas and mbelton-buildkite authored Jul 19, 2023
1 parent 3f4a5c4 commit 237fe58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/apis/graphql/graphql_cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,12 +678,12 @@ mutation UpdateSessionDuration {
}
```

### Update the revoke inactive tokens after
### Update when inactive access tokens are revoked

You can control how many days to revoke inactive API access tokens. By default that's `NEVER` revoke inactive API access tokens, but you can set to 30, 60, 90, 180, 365 days. This is only available to Enterprise customers.
On the Enterprise plan, you can control when inactive API access tokens are revoked. By default, they are never (`NEVER`) revoked, but you can set your token expiry policy to either 30, 60, 90, 180, or 365 days.

```graphql
mutation UpdateRevokeInactiveTokenAfter {
mutation UpdateRevokeInactiveTokenPeriod {
organizationRevokeInactiveTokensAfterUpdate(input: {
organizationId: "organization-id",
revokeInactiveTokensAfter: DAYS_30
Expand Down

0 comments on commit 237fe58

Please sign in to comment.