admin-api-keys

Upsert Rate Limit Override

Set one user's override. note is required and is the audit story.

put/api/v1/admin/api-keys/rate-limits/{user_id}

Path parameters

user_idinteger required

Headers

authorizationstring nullable
X-API-Keystring nullable

Request body

sustained_per_minuteinteger required

0 means unlimited

burst_capacityinteger nullable

null inherits the tenant default

notestring required

Why, and the ticket

Response

Successful Response

tenant_idinteger required
user_idinteger required
user_emailstring nullable
user_namestring nullable
sustained_per_minuteinteger required
burst_capacityinteger nullable
notestring required
updated_byinteger nullable
updated_atstring date-time required

Changes

Changed in 1 of the 5 revisions of this API.1