Skip to main content
PUT
/
api
/
access-control
/
throttle-binding
Update throttle binding
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>"
}

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

Throttle binding updated

resource
string
required
profile
string | null