* openapi: change /filtering/refresh

This commit is contained in:
Simon Zolin
2020-02-28 18:34:09 +03:00
parent 90b25300df
commit 897ff436b1
2 changed files with 29 additions and 0 deletions

View File

@@ -1,6 +1,21 @@
# AdGuard Home API Change Log
## v0.101: API changes
### API: Refresh filters: POST /control/filtering/refresh
* Added "whitelist" boolean parameter
Request:
POST /control/filtering/refresh
{
"whitelist": true
}
## v0.100: API changes
### API: Get list of clients: GET /control/clients