* openapi: update changelog
Squashed commit of the following: commit a42d1762c2ffbfe65d728a5e76a3d0c5cc03a9c5 Author: Simon Zolin <s.zolin@adguard.com> Date: Thu Jul 23 19:17:05 2020 +0300 * openapi: update changelog
This commit is contained in:
parent
c71b8d3ad2
commit
ffeb88ac0c
|
@ -2,12 +2,22 @@
|
|||
|
||||
## v0.103: API changes
|
||||
|
||||
### API: replace settings in GET /control/dns_info & POST /control/dns_config
|
||||
|
||||
* added "upstream_mode"
|
||||
|
||||
"upstream_mode": "" | "parallel" | "fastest_addr"
|
||||
|
||||
* removed "fastest_addr", "parallel_requests"
|
||||
|
||||
|
||||
### API: Get querylog: GET /control/querylog
|
||||
|
||||
* Added optional "offset" and "limit" parameters
|
||||
|
||||
We are still using "older_than" approach in AdGuard Home UI, but we realize that it's easier to use offset/limit so here is this option now.
|
||||
|
||||
|
||||
## v0.102: API changes
|
||||
|
||||
### API: Get general status: GET /control/status
|
||||
|
|
Loading…
Reference in New Issue