summaryrefslogtreecommitdiffstats
path: root/cps-rest/docs
diff options
context:
space:
mode:
authorRishi.Chail <rishi.chail@est.tech>2021-01-24 20:33:50 +0000
committerRishi.Chail <rishi.chail@est.tech>2021-01-25 16:08:56 +0000
commitcc6e5e26ddb8c1900b379b167f2c2173e9336871 (patch)
treead91efdc72179221171310d65278bc0f37348381 /cps-rest/docs
parent994c59050730a200d030ade14b768539089576a2 (diff)
Ensure CPS REST API Specs conform to ONAP standards
Issue-ID: CPS-25 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I289248b0f67949a2b9515932628edd4a7bd77a58
Diffstat (limited to 'cps-rest/docs')
-rwxr-xr-xcps-rest/docs/api/swagger/openapi.yml18
1 files changed, 15 insertions, 3 deletions
diff --git a/cps-rest/docs/api/swagger/openapi.yml b/cps-rest/docs/api/swagger/openapi.yml
index 44064e217..57a11027a 100755
--- a/cps-rest/docs/api/swagger/openapi.yml
+++ b/cps-rest/docs/api/swagger/openapi.yml
@@ -1,8 +1,20 @@
openapi: 3.0.1
info:
- title: CPS API
- description: Configuration Persistence Service API
- version: "1.0"
+ title: ONAP Open API v3 Configuration Persistence Service
+ description: Configuration Persistence Service is a Model Driven Generic Database
+ version: "1.0.0"
+ contact:
+ name: ONAP
+ url: "https://onap.readthedocs.io"
+ email: "onap-discuss@lists.onap.org"
+ 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: //localhost:8088/
tags: