Manage manual filter namesCopy Pagepost https://{hostname}/config-dns/v2/proxies/{proxyId}/zones/{name}/manual-filter-names/manageManage manual filter entries for a proxy zone that the current user has access to manage.Path ParamsproxyIdstringrequiredThe proxy ID you're working with.namestringrequiredThe proxy zone name.Query ParamsaddSkipExistingbooleanDefaults to falseWhether 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.truetruefalseaccountSwitchKeystringFor 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.Body ParamsAn Edge DNS proxy zone manual config entries to add and delete.deletearray of stringsrequiredProxy zone manual config entities to delete.delete*ADD stringaddarray of stringsrequiredProxy zone manual config entities to add.add*ADD stringHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200A proxy zone's manual config entry data on what was added, removed or skipped from being added as they already exist. 400Bad request. The submitted proxy zone's manual config entry data that was added or removed increased passed the limit allowed for the proxy zone.Updated about 1 month ago