aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
}