Convert a proxy zone filter mode to manual

POST https://{{host}}/config-dns/v2/proxies/:proxyId/zones/filter-mode-convert/to-manual

Converts a proxy zone filter mode to manual.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Request Body

{"manualFilterNames"=>["a.river.com", "b.river.com", "c.river.com"], "proxyZones"=>["river.com"], "tsigKey"=>{"algorithm"=>"hmac-md5", "name"=>"riverTsigKeyName", "secret"=>"4X3EFiEHavHcE08ghN47jQ=="}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring