Update API for search endpoint 51/651/2
authorMohamed Abukar <abukar.mohamed@nokia.com>
Wed, 7 Aug 2019 05:10:30 +0000 (08:10 +0300)
committerMohamed Abukar <abukar.mohamed@nokia.com>
Wed, 7 Aug 2019 05:13:08 +0000 (08:13 +0300)
Change-Id: Icd0385258e50f165171727624f496471d94606f1
Signed-off-by: Mohamed Abukar <abukar.mohamed@nokia.com>
api/appmgr_rest_api.json
api/appmgr_rest_api.yaml

index a6e339a..2b08195 100644 (file)
@@ -2,7 +2,7 @@
   "swagger": "2.0",
   "info": {
     "description": "This is a draft API for RIC appmgr",
-    "version": "0.1.6",
+    "version": "0.1.7",
     "title": "RIC appmgr",
     "license": {
       "name": "Apache 2.0",
         }
       }
     },
-    "/xapps/list": {
+    "/xapps/search": {
         "get": {
         "summary": "Returns the list of all deployable xapps",
         "tags": [
           "xapp"
         ],
-        "operationId": "listAllXapps",
+        "operationId": "listAllDeployableXapps",
         "produces": [
           "application/json"
         ],
       }
     }
   }
-}
\ No newline at end of file
+}
index de1f9bc..9e7c15b 100644 (file)
@@ -1,7 +1,7 @@
 swagger: '2.0'
 info:
   description: This is a draft API for RIC appmgr
-  version: 0.1.6
+  version: 0.1.7
   title: RIC appmgr
   license:
     name: Apache 2.0
@@ -97,12 +97,12 @@ paths:
             $ref: '#/definitions/AllDeployedXapps'
         '500':
           description: Internal error
-  '/xapps/list':
+  '/xapps/search':
     get:
       summary: Returns the list of all deployable xapps
       tags:
         - xapp
-      operationId: listAllXapps
+      operationId: listAllDeployableXapps
       produces:
         - application/json
       responses: