diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-12-03 16:08:25 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-12-03 16:08:31 +0000 |
commit | f6e61f53ddc39a4f71521de4857e8303e238af6e (patch) | |
tree | 9b33da859583a419d9823c7e8fae5a78f8de1510 /cps-rest/docs | |
parent | 902d17332d3e5cebe545991e01a5e55f739f0f80 (diff) |
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 <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-rest/docs')
-rw-r--r-- | cps-rest/docs/openapi/openapi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-rest/docs/openapi/openapi.yml b/cps-rest/docs/openapi/openapi.yml index 95c32312cf..f4eab61875 100644 --- a/cps-rest/docs/openapi/openapi.yml +++ b/cps-rest/docs/openapi/openapi.yml @@ -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: "3.5.4" + version: "3.6.0" contact: name: ONAP url: "https://onap.readthedocs.io" |