* openapi: add "upstreams" to Client struct
This commit is contained in:
parent
7313c3bc53
commit
72ec4d7d7e
|
@ -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 New Issue