POST
/
manage
/
apikey
/
{api_key_id}
/
limit
curl --request POST \
  --url https://router.requesty.ai/manage/apikey/{api_key_id}/limit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "monthly_limit": 123
}'

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

api_key_id
string
required

Body

application/json

Response

200

Monthly limit updated successfully