For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update API token

Updates the specific token object.

Update API token

put

Update API token. Available for all account types (Operations account, Client account, Vendor account). Accepts a delta payload with fields to update (e.g. name, description, icon, modules). Returns the updated API token object.

Path parameters
idstringRequired

API token identifier.

Body
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
statusstringOptional
descriptionstring · nullableOptional
lastAccessAtstring · date-time · nullableOptional
tokenstringOptional
Responses
put
/public/v1/accounts/api-tokens/{id}

Last updated

Was this helpful?