From: Irina Date: Sun, 19 Jul 2020 07:33:57 +0000 (+0300) Subject: [RIC-432] - Support Update eNB REST API - swagger changed: /nodeb/ids to /nodeb/state... X-Git-Tag: R5_RC~34 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F09%2F4409%2F1;p=ric-plt%2Fe2mgr.git [RIC-432] - Support Update eNB REST API - swagger changed: /nodeb/ids to /nodeb/states - tag 5.2.18 Change-Id: Ic70c17586b8f069346af2e9c2d1de02ca2107956 Signed-off-by: Irina --- diff --git a/E2Manager/container-tag.yaml b/E2Manager/container-tag.yaml index b673452..ce7ad46 100644 --- a/E2Manager/container-tag.yaml +++ b/E2Manager/container-tag.yaml @@ -1,4 +1,4 @@ # The Jenkins job requires a tag to build the Docker image. # Global-JJB script assumes this file is in the repo root. --- -tag: 5.2.17 +tag: 5.2.18 diff --git a/Swagger/E2Manager_API.yaml b/Swagger/E2Manager_API.yaml index cbcde2e..b8b6dbd 100644 --- a/Swagger/E2Manager_API.yaml +++ b/Swagger/E2Manager_API.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: E2 Manager Service description: E2 Manager Service APIs - version: 5.2.14 + version: 5.2.18 servers: - url: 'http://{apiRoot}/v1' variables: @@ -180,7 +180,7 @@ paths: application/problem+json: schema: $ref: '#/components/schemas/ErrorResponse' - /nodeb/ids: + /nodeb/states: get: tags: - nodeb