Regenerate API token
PATCH
/api/me/tokens
Regenerates a token by ID. Only applicable to uploader tokens.
Authorizations
Token
Format: token <value>. Types: user (session) or uploader (API token).
Type
API Key (header: Authorization)
Request Body
application/json
JSON "id": "string"
{
}
Responses
OK
application/json
JSON "token": "string", "id": "string", "type": "string", "createdAt": "string", "usedAt": "string", "userAgent": "string", "me": true, "name": "string"
{
}
