X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=api%2Fappmgr_rest_api.json;h=66250aee99c7c93b8fba048b0f3abf9b104af4e4;hb=57d2a61e41861321b263fdeff5679671e36143ae;hp=c5a4c0b9f5b401a6ad0b4fdabadb85beb9091480;hpb=193caf9d7e08b84a0b9c1f0352924a7efd77e77c;p=ric-plt%2Fappmgr.git diff --git a/api/appmgr_rest_api.json b/api/appmgr_rest_api.json index c5a4c0b..66250ae 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.0.10", + "version": "0.0.11", "title": "RIC appmgr", "license": { "name": "Apache 2.0", @@ -474,6 +474,7 @@ "enum": [ "created", "deleted", + "updated", "all" ] } @@ -502,6 +503,7 @@ "enum": [ "created", "deleted", + "updated", "all" ] }, @@ -533,7 +535,8 @@ "description": "Event to be notified", "enum": [ "created", - "deleted" + "deleted", + "updated" ] }, "xApps": {