Skip to main content
PUT
/
v1
/
admin
/
providers
/
binding
Put Admin Binding
curl --request PUT \
  --url https://api.example.com/v1/admin/providers/binding \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "mode": "<string>",
  "bindings": {},
  "daily_cost_cap_usd": 123,
  "egress_allowlist": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json
mode
string
required
bindings
Bindings · object
daily_cost_cap_usd
number | null
egress_allowlist
string[] | null

Response

Successful Response