Update Token Limit Settings
curl --request PUT \
--url https://cloud.onyx.app/api/admin/token-rate-limits/rate-limit/{token_rate_limit_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"token_budget": 123,
"period_hours": 123
}
'{
"token_id": 123,
"enabled": true,
"token_budget": 123,
"period_hours": 123
}Token Limits
Update Token Limit Settings
PUT
/
admin
/
token-rate-limits
/
rate-limit
/
{token_rate_limit_id}
Update Token Limit Settings
curl --request PUT \
--url https://cloud.onyx.app/api/admin/token-rate-limits/rate-limit/{token_rate_limit_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"token_budget": 123,
"period_hours": 123
}
'{
"token_id": 123,
"enabled": true,
"token_budget": 123,
"period_hours": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header with Bearer token
Path Parameters
Was this page helpful?
⌘I