English
cURL
curl --request PUT \ --url https://geekai.dev/api/v1/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>" }
Updates a specific API key using its UUID.
token
Success
The response is of type object.
object