Skip to main content

PUT /api-keys/

This endpoint allows you to update the name and description of an existing API key.

Path Parameters

string
required
The ID of the API key to update.

Request Body

string
The new name for the API key (1-100 characters).
string
The new description for the API key (max 500 characters).
array
The new list of permissions for the API key.

Response

boolean
Whether the update was successful.
string
A status message.
object
The updated API key details.