Update AI Key
PATCH
/ai-keys/{companyId}/{aiKeyId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/ai-keys//' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"apiKey": "string",
"provider": "openai",
"model": "gpt-4o-mini",
"active": true
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
aiKeyId
string
requerido
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-06-05 17:52:45