From e244cfd2647dee26f9e49b01dbd3daa8b5d72f0a Mon Sep 17 00:00:00 2001 From: Irina Date: Sun, 19 Jul 2020 10:33:57 +0300 Subject: [PATCH] [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 --- E2Manager/container-tag.yaml | 2 +- Swagger/E2Manager_API.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.16.6