admin-api-keys

Update Rate Limit Default

Set the tenant-wide default, enabled included.

This is the kill switch. Turning enforcement off is this same PUT with enabled: false — no deploy, no revert, and it bites immediately because the write invalidates every cached context on the way out.

put/api/v1/admin/api-keys/rate-limits/default

Headers

authorizationstring nullable
X-API-Keystring nullable

Request body

enabledboolean required
sustained_per_minuteinteger required

0 means unlimited

burst_capacityinteger nullable
notestring required

Why, and the ticket

Response

Successful Response

enabledboolean required
sustained_per_minuteinteger nullable
burst_capacityinteger nullable

Changes

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