From 98ddf4b6df2ff94b89354489841d5dc2524db75e Mon Sep 17 00:00:00 2001 From: cloud-barista-hub <63626379+cloud-barista-hub@users.noreply.github.com> Date: Mon, 7 Nov 2022 10:39:44 +0900 Subject: [PATCH] [Workflow] Update Swagger REST API doc (#1258) Co-authored-by: jihoon-seo --- src/api/rest/docs/docs.go | 3 +++ src/api/rest/docs/swagger.json | 3 +++ src/api/rest/docs/swagger.yaml | 2 ++ 3 files changed, 8 insertions(+) diff --git a/src/api/rest/docs/docs.go b/src/api/rest/docs/docs.go index a9a896ec4..9a1b3343d 100644 --- a/src/api/rest/docs/docs.go +++ b/src/api/rest/docs/docs.go @@ -8434,6 +8434,9 @@ const docTemplate = `{ "elapsed": { "type": "string" }, + "regionName": { + "type": "string" + }, "result": { "type": "string" }, diff --git a/src/api/rest/docs/swagger.json b/src/api/rest/docs/swagger.json index 8eb142655..8450ae2b5 100644 --- a/src/api/rest/docs/swagger.json +++ b/src/api/rest/docs/swagger.json @@ -8426,6 +8426,9 @@ "elapsed": { "type": "string" }, + "regionName": { + "type": "string" + }, "result": { "type": "string" }, diff --git a/src/api/rest/docs/swagger.yaml b/src/api/rest/docs/swagger.yaml index 985e18fa7..25ff4db06 100644 --- a/src/api/rest/docs/swagger.yaml +++ b/src/api/rest/docs/swagger.yaml @@ -1047,6 +1047,8 @@ definitions: type: string elapsed: type: string + regionName: + type: string result: type: string resultarray: