Update HTTP status for subscriptions update
[ric-plt/appmgr.git] / api / appmgr_rest_api.json
index 9e8f076..a6e339a 100644 (file)
@@ -2,7 +2,7 @@
   "swagger": "2.0",
   "info": {
     "description": "This is a draft API for RIC appmgr",
-    "version": "0.1.5",
+    "version": "0.1.6",
     "title": "RIC appmgr",
     "license": {
       "name": "Apache 2.0",
         ],
         "responses": {
           "204": {
-            "description": "Successful deletion of xApp"
+            "description": "Successful deletion of xApp config"
           },
           "400": {
             "description": "Invalid parameters supplied"
           }
         ],
         "responses": {
-          "200": {
-            "description": "Subscription successful",
+          "201": {
+            "description": "Subscription successfully created",
             "schema": {
               "$ref": "#/definitions/subscriptionResponse"
             }