Update an Access Token

patch

/api/v2/tokens/{id}/

Make a PUT or PATCH request to this resource to update this access token. The following fields may be modified:

  • description: Optional description of this access token. (string, default="")

  • scope: Allowed scopes, further restricts user's permissions. Must be a simple space-separated string with allowed scopes ['read', 'write']. (string, default="write")

For a PATCH request, include only the fields that are being modified.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : OAuth2TokenDetail
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : OAuth2TokenDetail
Type: object
Show Source
Back to Top