From 72ec4d7d7e3c6fdf493f615316471751e1faccb1 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Thu, 5 Dec 2019 12:03:25 +0300 Subject: [PATCH] * openapi: add "upstreams" to Client struct --- openapi/openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 2bc937a6..ea6281d5 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -1649,6 +1649,10 @@ definitions: type: "array" items: type: "string" + upstreams: + type: "array" + items: + type: "string" ClientAuto: type: "object" description: "Auto-Client information"