* openapi: add "upstreams" to Client struct

This commit is contained in:
Simon Zolin 2019-12-05 12:03:25 +03:00
parent 7313c3bc53
commit 72ec4d7d7e
1 changed files with 4 additions and 0 deletions

View File

@ -1649,6 +1649,10 @@ definitions:
type: "array"
items:
type: "string"
upstreams:
type: "array"
items:
type: "string"
ClientAuto:
type: "object"
description: "Auto-Client information"