Skip to main content
PUT
/
api
/
v1
/
access-control
/
throttle-binding
Update throttle binding
curl --request PUT \
  --url https://api.rigbox.dev/api/v1/access-control/throttle-binding \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "resource": "<string>",
  "profile": "<string>"
}
'
{
  "resource": "<string>",
  "profile": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
resource
string
required
profile
string | null

Response

200 - application/json

Throttle binding updated

resource
string
required
profile
string | null