Skip to main content
PUT
Update IP whitelist
Replaces the IP whitelist at the provider level. Proxies using IP-whitelist authentication accept connections only from addresses on this list. Sending an empty array disables IP-whitelist authentication and falls back to username/password auth.

Path parameters

string
required
UUID of the order.

Request body

array
required
List of IPv4 addresses to allow. Send an empty array to clear the whitelist.

Response

Updated proxy object with the new whitelisted_ips. Same shape as the managed_proxy object in Get order.

Example