Tokens
Update a token
Updates a project token.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The token ID in UUID format.
Example:
"a9e6a7a1-dc72-4b68-944f-4652d4402193"
Body
application/json
The status of the token.
Available options:
active
, revoked
Example:
"active"
Response
200
application/json
Successful response
The response is of type object
.