curl --request POST \
--url https://dev.startree.ai/upsertRateLimitConfigs \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'
{
"updatedConfigs": {}
}
Update all the rate limiter configs
curl --request POST \
--url https://dev.startree.ai/upsertRateLimitConfigs \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'
{
"updatedConfigs": {}
}
The format of the key is "Basic <token>" or "Bearer <token>"
KvStore factory scheme
Success
The response is of type object
.