Keys
Update a key
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the key
Body
application/json
The name of the key
Required string length:
4 - 64
The expiration date of the key
Available options:
1-day
, 7-days
, 30-days
, 60-days
, 90-days
, 180-days
, 1-year
, never
Was this page helpful?