Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X PUT https://api.llmgenerator.com/api/v1/api-keys/llm_1706123456_abc123def456 \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Updated Production Key", "description": "Updated description" }'
{ "success": true, "message": "API key updated successfully", "apiKey": { "id": "llm_1706123456_abc123def456", "name": "Updated Production Key", "description": "Updated description", "permissions": [], "updatedAt": "2026-01-27T10:00:00.000Z" } }
API 키 메타데이터를 수정하는 엔드포인트입니다.
표시 apiKey 속성
이 페이지가 도움이 되었나요?