POST
/
upsertRateLimitConfigs
curl --request POST \
  --url https://dev.startree.ai/upsertRateLimitConfigs \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "updatedConfigs": {}
}

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Query Parameters

kvStoreFactoryName
string
default:rocksdb

KvStore factory scheme

Body

application/json · object

Response

200
application/json
Success

The response is of type object.