v1

latestOpenAPI 3.0.32026-07-17687987.2 KB
filtering

Add filter URL or an absolute file path

post/filtering/add_url

Request body

namestring
urlstring

URL or an absolute path to the file containing filtering rules.

whitelistboolean

Example request

{
  "name": "name",
  "whitelist": true,
  "url": "https://filters.adtidy.org/windows/filters/15.txt"
}

Response

OK.