Documentation Index
Fetch the complete documentation index at: https://docs.llmgenerator.com/llms.txt
Use this file to discover all available pages before exploring further.
PUT /api-keys/
This endpoint allows you to update the name and description of an existing API key.Path Parameters
The ID of the API key to update.
Request Body
The new name for the API key (1-100 characters).
The new description for the API key (max 500 characters).
The new list of permissions for the API key.
Response
Whether the update was successful.
A status message.
The updated API key details.