aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaopeng zhang <zhang.maopeng1@zte.com.cn>2017-09-22 04:40:41 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-22 04:40:41 +0000
commit47c8971d2add783313921944952d53de98194cfe (patch)
treeb19da1448669516a6b282076b69a4bf3c74853ec
parentab9de0048c9b71b964068c7adcd45b0de38d46b7 (diff)
parentc088de6a5e3669b295e9af9da260d9040df140fa (diff)
Merge "Add 404 error in the swaggor"
-rw-r--r--catalog/swagger/vfc.catalog.swagger.json30
1 files changed, 30 insertions, 0 deletions
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"
}