API Keys

Update an existing API key

patch/api-keys/{api_key_id}

Path parameters

api_key_idstring required

The API key ID.

Request body

namestring required

The API key name.

Response

OK

objectstring

The type of object.

idstring

The ID of the API key.

Example response

{
  "object": "api_key"
}

Changes