From 0f8b20544745afaf9c7b38140b9516667d9c4752 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Mon, 20 Dec 2021 13:40:14 +0100 Subject: PMS, Removed use of CBS Removing usage of the deprecated component CBS, which was used for application configuration data. Change-Id: I11fbc1ff6e6caa1af448bc2918f4364777094e25 Issue-ID: CCSDK-3560 Signed-off-by: PatrikBuhr --- docs/offeredapis/swagger/pms-api.json | 6 ++---- docs/offeredapis/swagger/pms-api.yaml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/offeredapis/swagger/pms-api.json b/docs/offeredapis/swagger/pms-api.json index b5936e5c..be0152f5 100644 --- a/docs/offeredapis/swagger/pms-api.json +++ b/docs/offeredapis/swagger/pms-api.json @@ -472,8 +472,7 @@ }}, "/a1-policy/v2/configuration": { "get": { - "summary": "Returns the contents of the configuration file", - "description": "Note that the file contents is not relevant if the Consul is used.", + "summary": "Returns the contents of the application configuration file", "operationId": "getConfiguration", "responses": { "200": { @@ -493,7 +492,6 @@ "content": {"application/json": {"schema": {"type": "object"}}}, "required": true }, - "description": "Note that the file is ignored if the Consul is used.", "operationId": "putConfiguration", "responses": { "200": { @@ -608,7 +606,7 @@ "schema": {"type": "string"}, "in": "query", "name": "policytype_id", - "description": "The identity of a policy type. If given, all Near-RT RICs supporteing the policy type are returned", + "description": "The identity of a policy type. If given, all Near-RT RICs supporting the policy type are returned", "required": false }], "tags": ["NearRT-RIC Repository"] diff --git a/docs/offeredapis/swagger/pms-api.yaml b/docs/offeredapis/swagger/pms-api.yaml index 8aab618d..c23f0fcf 100644 --- a/docs/offeredapis/swagger/pms-api.yaml +++ b/docs/offeredapis/swagger/pms-api.yaml @@ -325,8 +325,7 @@ paths: get: tags: - Management of configuration - summary: Returns the contents of the configuration file - description: Note that the file contents is not relevant if the Consul is used. + summary: Returns the contents of the application configuration file operationId: getConfiguration responses: 200: @@ -345,7 +344,6 @@ paths: tags: - Management of configuration summary: Replace the current configuration file with the given configuration - description: Note that the file is ignored if the Consul is used. operationId: putConfiguration requestBody: content: @@ -485,7 +483,7 @@ paths: parameters: - name: policytype_id in: query - description: The identity of a policy type. If given, all Near-RT RICs supporteing + description: The identity of a policy type. If given, all Near-RT RICs supporting the policy type are returned required: false style: form -- cgit 1.2.3-korg