Update API for search endpoint
[ric-plt/appmgr.git] / api / appmgr_rest_api.yaml
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: