Update Rate Limits Policy
curl --request PUT \
--url https://api.portkey.ai/v1/policies/rate-limits/{rateLimitsPolicyId} \
--header 'Content-Type: application/json' \
--header 'x-portkey-api-key: <api-key>' \
--data '
{
"value": 200,
"unit": "rph"
}
'{}Update Rate Limits Policy
Update an existing rate limits policy.
PUT
/
policies
/
rate-limits
/
{rateLimitsPolicyId}
Update Rate Limits Policy
curl --request PUT \
--url https://api.portkey.ai/v1/policies/rate-limits/{rateLimitsPolicyId} \
--header 'Content-Type: application/json' \
--header 'x-portkey-api-key: <api-key>' \
--data '
{
"value": 200,
"unit": "rph"
}
'{}Documentation Index
Fetch the complete documentation index at: https://portkey-docs-feat-byteplus-provider.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Rate limits policy UUID
Body
application/json
Response
OK
The response is of type object.
Last modified on May 24, 2026
Was this page helpful?
⌘I

