Update Personal Access Token
Last updated
Last updated
PUT /auth/pats/{tokenId}
Update a specific personal access token
Auth:Users:Update
Always Required
Auth:Types:Pat
Always Required
tokenId
*
the ID of the personal access token to update
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
Success - The personal access token that was updated
See for common errors.
See for personal access token management specific errors.