🎉 Portkey raises Series A - $15M to build AI that never breaks  Read announcement →
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 an existing 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-support-overview-page.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Rate limits policy UUID
OK
The response is of type object.
Was this page helpful?