Update an API key for the authenticated user.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Request model for updating an API key - matches frontend exactly
Successful Response
The response is of type any
.