Update Personal Access Token
PUT /auth/pats/{tokenId}
Update a specific personal access token
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Auth:Users:Update
Always Required
Auth:Types:Pat
Always Required
Parameters
tokenId
*
the ID of the personal access token to update
Example
Request Body
name
String
Optional
new name of the application, must be unique for the caller
externalId
String
Optional
new user defined value, that can be used to correlate the entity with an external system
Example
Responses
See Common Errors for common errors.
See Personal Access Token Management Errors for personal access token management specific errors.
Success - The personal access token that was updated
Last updated