Openapi specs update 96/138596/3
authormpriyank <priyank.maheshwari@est.tech>
Mon, 29 Jul 2024 15:11:53 +0000 (16:11 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Thu, 1 Aug 2024 09:37:19 +0000 (10:37 +0100)
- Correcting the openapi info section for CPS-Core, NCMP and NCMP
  Inventory APIs to reflect the correct released version of the APIs
- Also correcting the specs for dataOperationForCmHandle which now
  handles 200 cmhandle operations instead of 50.

Issue-ID: CPS-2333
Change-Id: I8b0e055a8ee77ed86cee6cbfac3123634f7007ed
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
cps-ncmp-rest/docs/openapi/ncmp.yml
cps-ncmp-rest/docs/openapi/openapi-inventory.yml
cps-ncmp-rest/docs/openapi/openapi.yml
cps-rest/docs/openapi/openapi.yml

index d0b1f35..6972463 100755 (executable)
@@ -194,7 +194,7 @@ dataOperationForCmHandle:
     tags:
       - network-cm-proxy
     summary: Execute a data operation for group of cm handle ids
-    description: This request will be handled asynchronously using messaging to the supplied topic. The rest response will be an acknowledge with a requestId to identify the relevant messages. A maximum of 50 cm handles per operation is supported.
+    description: This request will be handled asynchronously using messaging to the supplied topic. The rest response will be an acknowledge with a requestId to identify the relevant messages. A maximum of 200 cm handles per operation is supported.
     operationId: executeDataOperationForCmHandles
     parameters:
       - $ref: 'components.yaml#/components/parameters/requiredTopicParamInQuery'
index b794082..d68cd8b 100755 (executable)
@@ -21,7 +21,7 @@ openapi: 3.0.3
 info:
   title: NCMP Inventory API
   description: NCMP Inventory API
-  version: "1.0"
+  version: "3.5.1"
 servers:
   - url: /ncmpInventory
 components:
index dd6d7c8..bf23e4a 100755 (executable)
@@ -22,7 +22,7 @@ openapi: 3.0.3
 info:
   title: NCMP to CPS Proxy API
   description: NCMP to CPS Proxy API
-  version: "1.0"
+  version: "3.5.1"
 servers:
   - url: /ncmp
 components:
index b4e0b70..ab841b2 100644 (file)
@@ -23,7 +23,7 @@ openapi: 3.0.3
 info:
   title: ONAP Open API v3 Configuration Persistence Service
   description: Configuration Persistence Service is a Model Driven Generic Database
-  version: "1.0.0"
+  version: "3.5.1"
   contact:
      name: ONAP
      url: "https://onap.readthedocs.io"
@@ -31,10 +31,6 @@ info:
   license:
       name: "Apache 2.0"
       url: "http://www.apache.org/licenses/LICENSE-2.0"
-  x-planned-retirement-date: "202212"
-  x-component: "Modeling"
-  x-logo:
-      url: "cps_logo.png"
 
 servers:
   - url: /cps/api