mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
* openapi: add "upstreams" to Client struct
This commit is contained in:
parent
7313c3bc53
commit
72ec4d7d7e
1 changed files with 4 additions and 0 deletions
|
@ -1649,6 +1649,10 @@ definitions:
|
|||
type: "array"
|
||||
items:
|
||||
type: "string"
|
||||
upstreams:
|
||||
type: "array"
|
||||
items:
|
||||
type: "string"
|
||||
ClientAuto:
|
||||
type: "object"
|
||||
description: "Auto-Client information"
|
||||
|
|
Loading…
Reference in a new issue