Update an API key.
PATCH/auth/api-keys/:id
Update the description or expiration date of an existing API key. You cannot change the key itself - create a new one if needed.
Request
Responses
- 200
- 400
- 401
- 404
API key updated successfully.
Invalid update data.
Authentication required.
API key not found or doesn't belong to you.