System Accounts - Access Tokens
Update System Account Access Token
Updates the specified access token. Returns a 409 if the updated name is the same as another token belonging to the specified system user.
patch/v3/system-accounts/{accountId}/access-tokens/{tokenId}
Request body
Response
A response including a single system account access token.
Example response
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Sample Access Token",
"created_at": "2022-08-01T14:16:09Z",
"updated_at": "2022-08-02T08:35:49Z",
"expires_at": "2022-12-31T12:52:23Z",
"last_used_at": "2022-10-24T13:05:42Z"
}