From 29607d4404aaa1529e08a2ab1be594bb7e6faf3d Mon Sep 17 00:00:00 2001 From: "f.setrakov" Date: Tue, 23 Sep 2025 20:17:00 +0300 Subject: [PATCH] all: imp changelog, openapi --- CHANGELOG.md | 4 ++-- openapi/openapi.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c21abeff..b5c3285a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,10 +20,10 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Added -- Support for configuring the suggested default HTTP port for the installation wizard via the `ADGUARD_HOME_DEFAULT_WEB_PORT` environment variable (useful for vendors). - - New fields `"groups"` and `"group_id"` added to the HTTP API (`GET /control/blocked_services/all`). See `openapi/openapi.yaml` for the full description. +- Support for configuring the suggested default HTTP port for the installation wizard via the `ADGUARD_HOME_DEFAULT_WEB_PORT` environment variable (useful for vendors). + ### Changed - Optimized matching of filtering rules. diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index cb2ad106..aa252a5c 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -3042,7 +3042,7 @@ 'type': 'array' 'group_id': 'description': > - ID of group, service belongs to. + The ID of the group, that the service belongs to. 'type': 'string' 'required': - 'icon_svg'