From f6e61f53ddc39a4f71521de4857e8303e238af6e Mon Sep 17 00:00:00 2001 From: mpriyank Date: Tue, 3 Dec 2024 16:08:25 +0000 Subject: Added performance section and updated api version - Added a performance section to the release notes - Populated the correct info.version for NCMP and CPS Rest interfaces Issue-ID: CPS-2537 Change-Id: Iae07da57fc45100b4d250fcfb86a95079869b221 Signed-off-by: mpriyank --- cps-ncmp-rest/docs/openapi/openapi-inventory.yml | 2 +- cps-ncmp-rest/docs/openapi/openapi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cps-ncmp-rest') diff --git a/cps-ncmp-rest/docs/openapi/openapi-inventory.yml b/cps-ncmp-rest/docs/openapi/openapi-inventory.yml index 6c207ee2af..b52a7fbfa7 100755 --- a/cps-ncmp-rest/docs/openapi/openapi-inventory.yml +++ b/cps-ncmp-rest/docs/openapi/openapi-inventory.yml @@ -21,7 +21,7 @@ openapi: 3.0.3 info: title: NCMP Inventory API description: NCMP Inventory API - version: "3.5.4" + version: "3.6.0" servers: - url: /ncmpInventory components: diff --git a/cps-ncmp-rest/docs/openapi/openapi.yml b/cps-ncmp-rest/docs/openapi/openapi.yml index dd2706a795..3faf3c181e 100755 --- a/cps-ncmp-rest/docs/openapi/openapi.yml +++ b/cps-ncmp-rest/docs/openapi/openapi.yml @@ -22,7 +22,7 @@ openapi: 3.0.3 info: title: NCMP to CPS Proxy API description: NCMP to CPS Proxy API - version: "3.5.4" + version: "3.6.0" servers: - url: /ncmp components: -- cgit 1.2.3-korg