Manage manual filter names

POST https://{{host}}/config-dns/v2/proxies/:proxyId/zones/:name/manual-filter-names/manage

Manage manual filter entries for a proxy zone that the current user has access to manage.

Request Params

KeyDatatypeRequiredDescription
addSkipExistingstring(Optional) Whether the API should skip manual config entities that currently exist and were requested to add. If set to false, a Conflict Exception will be returned.
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

{"delete"=>["z.ocean.com", "y.ocean.com", "x.ocean.com"], "add"=>["a.ocean.com", "b.ocean.com"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"addCount":72,"addSkipped":["a.river.com","b.river.com","c.river.com"],"deleteCount":5}