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: