API Keys
Update Api Key
Update an API key for the authenticated user.
PUT
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
Response
200
application/json
Successful Response
The response is of type any
.