From ef1ca93fdf661eec24cd15089b6ca90bebd060d2 Mon Sep 17 00:00:00 2001 From: Mohamed Abukar Date: Wed, 7 Aug 2019 08:10:30 +0300 Subject: [PATCH] Update API for search endpoint Change-Id: Icd0385258e50f165171727624f496471d94606f1 Signed-off-by: Mohamed Abukar --- api/appmgr_rest_api.json | 8 ++++---- api/appmgr_rest_api.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/appmgr_rest_api.json b/api/appmgr_rest_api.json index a6e339a..2b08195 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.6", + "version": "0.1.7", "title": "RIC appmgr", "license": { "name": "Apache 2.0", @@ -141,13 +141,13 @@ } } }, - "/xapps/list": { + "/xapps/search": { "get": { "summary": "Returns the list of all deployable xapps", "tags": [ "xapp" ], - "operationId": "listAllXapps", + "operationId": "listAllDeployableXapps", "produces": [ "application/json" ], @@ -837,4 +837,4 @@ } } } -} \ No newline at end of file +} diff --git a/api/appmgr_rest_api.yaml b/api/appmgr_rest_api.yaml index de1f9bc..9e7c15b 100644 --- a/api/appmgr_rest_api.yaml +++ b/api/appmgr_rest_api.yaml @@ -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: -- 2.16.6