Usage
Set API key quota
Creates or updates a per-key quota limit. The key will be enforced independently of the organization quota.
put/v1beta/quota/keys/{api_key_id}
Path parameters
api_key_idstring required
The API key ID (required).
The API key ID (required).
Request body
Example request
{
"organization_id": "org_01h2xcejqtf2nbrexx3vqjhp41"
}Response
Success
Example response
{
"quota": {
"api_key_id": "key_01h2xcejqtf2nbrexx3vqjhp41"
}
}Changes
Changed in 1 of the 50 revisions of this API.2
- ▲
the request property
limitbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
organization_idbecame not nullablerequest-property-became-not-nullable
- ▲