all: imp changelog, openapi

This commit is contained in:
f.setrakov 2025-09-23 20:17:00 +03:00
parent a11fefe34c
commit 29607d4404
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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'