Skip to main content
PATCH
Update a token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tokenId
string<uuid>
required

The token ID in UUID format.

Example:

"a9e6a7a1-dc72-4b68-944f-4652d4402193"

Body

application/json
status
enum<string>
required

The status of the token.

Available options:
active,
revoked
Example:

"active"

Response

Successful response

The response is of type object.