v1
latestOpenAPI 3.1.02026-08-046031.9 KBTeam Management
Update API Key
Updates an existing API key's name and/or rate limit. Only API keys belonging to the authenticated team can be updated.
put/api-keys/{id}
Path parameters
idstring required
The unique identifier of the API key to update.
Request body
Example request
{
"name": "Updated Production Key",
"rateLimit": 2000,
"budgetCents": 5000
}Response
API key updated successfully