Update API token
Updates an existing API token with a new expiry date. The token path parameter is the token’s secret. If the token does not exist, this endpoint returns a 200 OK, but does nothing.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
token
Request
updateApiTokenSchema
expiresAt
The new time when this token should expire.
Response
This response has no body.