Update a personal access token
Updates the specified personal access token by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/personal-access-tokens/{id}
JWT
personalAccessToken:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the personal access token. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| revoked* | boolean | Set true to revoke the token. |
Request Example
Responses
200
400
401
403
404
429
500