Pull request 1783: fix-openapi-chlog
Merge in DNS/adguard-home from fix-openapi-chlog to master Squashed commit of the following: commit cc8a7526a230edffd0eb86a5a69c565c221996f1 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Mar 24 15:19:57 2023 +0300 openapi: fix chlog
This commit is contained in:
parent
9c48e96939
commit
2409282d51
|
@ -16,10 +16,6 @@
|
||||||
`GET /control/dns_info` method are set if AdGuard Home uses custom IP for
|
`GET /control/dns_info` method are set if AdGuard Home uses custom IP for
|
||||||
EDNS Client Subnet.
|
EDNS Client Subnet.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.107.27: API changes
|
|
||||||
|
|
||||||
### Deprecated statistics APIs
|
### Deprecated statistics APIs
|
||||||
|
|
||||||
* The `GET /control/stats_info` HTTP API; use the new `GET
|
* The `GET /control/stats_info` HTTP API; use the new `GET
|
||||||
|
@ -81,8 +77,6 @@ accept and return a JSON object with the following format:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### New `"protection_disabled_until"` field in `GET /control/dns_info` response
|
### New `"protection_disabled_until"` field in `GET /control/dns_info` response
|
||||||
|
|
||||||
* The new field `"protection_disabled_until"` in `GET /control/dns_info` is the
|
* The new field `"protection_disabled_until"` in `GET /control/dns_info` is the
|
||||||
|
|
Loading…
Reference in New Issue