Update API Key
API Keys
Update API Key
Update an API key’s properties
POST
Update API Key
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
API key updated successfully
API key updated successfully
Example:
{
"id": "key_123",
"name": "Updated API Key"
}