RateLimiting
Modify an existing rate limiting policy.
put/ratelimitingpolicies/{id}
Path parameters
idstring required
ID of the policy to modify.
Request body
Example request
{
"BurstLimit": 200,
"Id": "RateLimitingPolicies-1",
"Name": "Authenticated requests",
"RequestsPerMinute": 600
}Response
A Rate Limiting Policy
Example response
{
"BurstLimit": 200,
"Id": "RateLimitingPolicies-1",
"Name": "Authenticated requests",
"RequestsPerMinute": 600
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.