v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBapi tokens
Update API token
Update the title of the given token.
put/api_tokens/{id}
Path parameters
idinteger required
The ID of the API token.
Query parameters
titlestring required
An identifier for a token. It can't be “primary”.
Response
The token was updated successfully.
Example response
{
"id": 123456,
"title": "primary",
"token": "<token_string>"
}