Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Request model for updating an API key - matches frontend exactly
Whether to suspend the API key (True/False)
Available options:
active
, suspended
Response
Successful Response
The response is of type any
.