Merge: * openapi changelog

Squashed commit of the following:

commit 7f254a4abf0cbb0f9f7bfea754632115cacc0918
Author: Simon Zolin <s.zolin@adguard.com>
Date:   Fri Mar 13 12:08:09 2020 +0300

    * openapi changelog
This commit is contained in:
Simon Zolin 2020-03-13 12:11:52 +03:00
parent b600d7b09d
commit 2c50787aa9
1 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,7 @@
### API: Refresh filters: POST /control/filtering/refresh
* Added "whitelist" boolean parameter
* Response is in JSON format
Request:
@ -15,6 +16,14 @@ Request:
"whitelist": true
}
Response:
200 OK
{
"updated": 123 // number of filters updated
}
## v0.100: API changes