Update Personal Access Token
PUT /auth/pats/{tokenId}
Update a specific personal access token
Required Permissions
None
Parameters
tokenId *
the ID of the personal access token to update
Example
/auth/pats/to-em7bu-m6c48-hdqoobj7dj24pkoRequest Body
name
String
Optional new name, 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
Success - The personal access token that was updated
Last updated