From: maopengzhang Date: Fri, 22 Sep 2017 04:24:04 +0000 (+0800) Subject: Add 404 error in the swaggor X-Git-Tag: v1.0.0~33^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c088de6a5e3669b295e9af9da260d9040df140fa;p=vfc%2Fnfvo%2Fcatalog.git Add 404 error in the swaggor Add 404 error in all API Change-Id: Id46d0eb2ad625b47829d256eba2ee65e4fdde8c5 Issue-ID: VFC-33 Signed-off-by: maopengzhang --- diff --git a/catalog/swagger/vfc.catalog.swagger.json b/catalog/swagger/vfc.catalog.swagger.json index 2d5de2aa..6a3c3e13 100644 --- a/catalog/swagger/vfc.catalog.swagger.json +++ b/catalog/swagger/vfc.catalog.swagger.json @@ -38,6 +38,9 @@ "$ref": "#/definitions/NsPkgListInfo" } }, + "404": { + "description": "URL not found" + }, "500": { "description": "internal error" } @@ -68,6 +71,9 @@ "$ref": "#/definitions/NsPkgDistributeResponse" } }, + "404": { + "description": "URL not found" + }, "500": { "description": "internal error" } @@ -104,6 +110,9 @@ "$ref": "#/definitions/NsPkgDetailInfo" } }, + "404": { + "description": "URL not found" + }, "500": { "description": "internal error" } @@ -138,6 +147,9 @@ "$ref": "#/definitions/NsPkgDelResponse" } }, + "404": { + "description": "URL not found" + }, "500": { "description": "internal error" } @@ -176,6 +188,9 @@ "$ref": "#/definitions/modelParserResponse" } }, + "404": { + "description": "URL not found" + }, "500": { "description": "internal error" } @@ -204,6 +219,9 @@ "$ref": "#/definitions/VnfPkgListInfo" } }, + "404": { + "description": "URL not found" + }, "500": { "description": "internal error" } @@ -240,6 +258,9 @@ "$ref": "#/definitions/VnfPkgDistributeResponse" } }, + "404": { + "description": "URL not found" + }, "500": { "description": "internal error" } @@ -276,6 +297,9 @@ "$ref": "#/definitions/VnfPkgDetailInfo" } }, + "404": { + "description": "URL not found" + }, "500": { "description": "internal error" } @@ -310,6 +334,9 @@ "$ref": "#/definitions/VnfPkgDelResponse" } }, + "404": { + "description": "URL not found" + }, "500": { "description": "internal error" } @@ -348,6 +375,9 @@ "$ref": "#/definitions/modelParserResponse" } }, + "404": { + "description": "URL not found" + }, "500": { "description": "internal error" }