cURL
curl --request PUT \ --url https://api.rigbox.dev/api/access-control/throttle-binding \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "resource": "<string>", "profile": "<string>" } '
{ "resource": "<string>", "profile": "<string>" }
Assign a throttle profile to a resource for rate limiting.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Throttle binding updated