mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 03:02:07 +03:00
* openapi: minor
This commit is contained in:
parent
e2c26ec554
commit
92b6adbdc1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user