X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=api%2Fappmgr_rest_api.json;h=a6e339a5e6760aa0efcee36918d5e6313105f66b;hb=4021ae6af0b166342a17c2f140fc0b7cc338dea7;hp=9e8f0764dfaaaa64c45358d7e573b1d2141feec0;hpb=9135751d00d9526d3dc7aae273f5b25900ca21de;p=ric-plt%2Fappmgr.git diff --git a/api/appmgr_rest_api.json b/api/appmgr_rest_api.json index 9e8f076..a6e339a 100644 --- a/api/appmgr_rest_api.json +++ b/api/appmgr_rest_api.json @@ -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", @@ -394,7 +394,7 @@ ], "responses": { "204": { - "description": "Successful deletion of xApp" + "description": "Successful deletion of xApp config" }, "400": { "description": "Invalid parameters supplied" @@ -431,8 +431,8 @@ } ], "responses": { - "200": { - "description": "Subscription successful", + "201": { + "description": "Subscription successfully created", "schema": { "$ref": "#/definitions/subscriptionResponse" }