diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 36df7793..3f1474cb 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -2,7 +2,7 @@ swagger: '2.0' info: title: 'AdGuard Home' description: 'AdGuard Home REST API. Admin web interface is built on top of this REST API.' - version: 0.98.1 + version: '0.99' schemes: - http basePath: /control @@ -286,7 +286,6 @@ paths: description: OK schema: $ref: "#/definitions/StatsConfig" - description: OK /stats_config: post: @@ -552,13 +551,6 @@ paths: This should work as intended, a `force` parameter is offered as last-resort attempt to make filter lists fresh. If you ever find yourself using `force` to make something work that otherwise wont, this is a bug and report it accordingly. - - parameters: - - - name: force - in: query - type: boolean - description: 'If any value is set, ignore cache and force re-download of all filters' responses: 200: description: OK with how many filters were actually updated