Skip to main content
PUT
Update a token by its ID.

Authorizations

Authorization
string
header
required

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

Path Parameters

token_id
string
required

Body

application/json
name
string | null
desc
string | null
expire
string<date-time> | null

Response

OK

status
string
required
Allowed value: "ok"
data
GetTokensRsp · object
required