Skip to main content
PUT
Update a System Access Token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

access_token_id
string<uuid>
required

.

Body

application/json
name
string

The name of the token

permissions
object[]

The requested permissions

expires_at

The requested token expiration timestamp

Response

OK

id
string<uuid>
required

The id of the token

name
string
required

The name of the token

permissions
object[]
required

The permissions granted to the token

expires_at
string<date-time>
required

The token expiration timestamp

access_token
string

The access token