X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=api%2Fappmgr_rest_api.yaml;h=9e7c15b2aa9c5f32719e82e6b7b42cc7cf0cd253;hb=refs%2Ftags%2Fv0.1.9;hp=de1f9bcc0b501338f5e5d7b3b41a9a525a3bed80;hpb=7959da388d083b15468b266f980ff12906fbc11c;p=ric-plt%2Fappmgr.git 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: