Update the monthly spending limit for a specific API key
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 }'
API key for authentication
Monthly limit updated successfully