v1
latestOpenAPI 3.0.02026-07-24990169.2 KBEdit API token
Edit an API access token. Check /v3/auth/tokens to get the IDs of your available tokens. Requires scope auth:write.
put/auth/tokens/{id}
Path parameters
idinteger required
ID of the token to be edited.
Request body
Example request
{
"comment": "Token for fun project"
}Response
No Content