diff options
author | Daniel Hanrahan <daniel.hanrahan@est.tech> | 2024-08-01 11:25:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-08-01 11:25:58 +0000 |
commit | 76aabfb93d56700ef67d2dd2d46a9f2a1023c019 (patch) | |
tree | f14d8b2dd422020a359982dfe1f0e4137a801bcb /cps-rest/docs | |
parent | d0d4b973536730744279f176f5bac870b114cf78 (diff) | |
parent | 810be177b1cb733131c9c07da43e35fbab1df2ef (diff) |
Merge "Openapi specs update"
Diffstat (limited to 'cps-rest/docs')
-rw-r--r-- | cps-rest/docs/openapi/openapi.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cps-rest/docs/openapi/openapi.yml b/cps-rest/docs/openapi/openapi.yml index b4e0b70408..ab841b280b 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: "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 |