v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

Edit 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

commentstring required

The comment can be everything. Tip: Use something to remember where this specific token is used.

scopesstring[]

Example request

{
  "comment": "Token for fun project"
}

Response

No Content