简体中文
cURL
curl --request PUT \ --url https://geekai.co/api/api_keys/{uuid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "geekai", "group": "balance", "credit_limit": 10000, "expired_at": "2025-12-31" }'
{ "message": "<string>" }
通过 UUID 修改指定 API KEY
系统KEY
成功响应
The response is of type object.
object