API Credentials
Update API Credential
Updates the name or expiration date of an API credential. Requires api:update
scope.
PUT
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Path Parameters
UUID of the Team.
UUID of the API Token/Credential.
Body
application/json
The updated name for the API token.
Maximum length:
100
Optional updated expiration date/time for the token. Must be after tomorrow.
Response
200
application/json
API credential updated successfully.
(Legacy/Unused?) List of abilities granted by the token. Modern permissions use JWT scopes.