all: export querylog docs

This commit is contained in:
Dimitry Kolyshev
2023-05-29 13:29:41 +03:00
parent ea8d634f65
commit f4f2c11eb9
4 changed files with 59 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ NOTE: Add new changes BELOW THIS COMMENT.
### Added
- The new HTTP API, `GET /control/querylog/export`, which can be used to
export query log items. See `openapi/openapi.yaml` for the full description
([#3389]).
- The ability to edit rewrite rules via `PUT /control/rewrite/update` HTTP API
([#1577]).
@@ -41,6 +44,7 @@ NOTE: Add new changes BELOW THIS COMMENT.
UDP/TCP upstream servers.
[#1577]: https://github.com/AdguardTeam/AdGuardHome/issues/1577
[#3389]: https://github.com/AdguardTeam/AdGuardHome/issues/3389
[#5716]: https://github.com/AdguardTeam/AdGuardHome/issues/5716
<!--