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"
}
'{}Authorizations
Path Parameters
Rate limits policy UUID
Body
application/json
Response
OK
The response is of type object.
Last modified on June 3, 2026
Was this page helpful?
⌘I

