Add 404 error in the swagger
[vfc/nfvo/lcm.git] / lcm / swagger / vfc.others.swagger.json
index f6b48fb..fe0bc82 100644 (file)
@@ -41,6 +41,9 @@
                 "responses": {
                     "202": {
                         "description": ""
+                    },
+                    "404": {
+                        "description": "URL not found"
                     }
                 }
             }
@@ -75,6 +78,9 @@
                             "$ref": "#/definitions/TableInfo"
                         }
                     },
+                    "404": {
+                        "description": "URL not found"
+                    },
                     "500": {
                         "description": "the url is invalid"
                     }
                 "responses": {
                     "204": {
                         "description": "The tables were deleted successfully."
+                    },
+                    "404": {
+                        "description": "URL not found"
                     }
                 }
             }
             "responses": {
               "202": {
                 "description": ""
+              },
+              "404": {
+                        "description": "URL not found"
               }
             }
         }