14ff21aeb363

latestOpenAPI 3.0.32026-07-17687987.2 KB
filtering

Reload filtering rules from URLs. This might be needed if new URL was just added and you don't want to wait for automatic refresh to kick in. This API request is ratelimited, so you can call it freely as often as you like, it wont create unnecessary burden on servers that host the URL. This should work as intended, a `force` parameter is offered as last-resort attempt to make filter lists fresh. If you ever find yourself using `force` to make something work that otherwise wont, this is a bug and report it accordingly.

post/filtering/refresh

Request body

whitelistboolean

Example request

{
  "whitelist": true
}

Response

OK.

updatedinteger

Example response

{
  "updated": 0
}