aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2017-10-18 16:04:52 +0000
committerEric Debeau <eric.debeau@orange.com>2017-10-18 16:05:34 +0000
commitf44dd44bf492f90db2a6802d7e87db5d37e6b632 (patch)
tree271aa248e9bdf498147d2de2959c6a8bd6495b1a
parent69b6af46a27db51a1d75a194f256b3a366b8f7c8 (diff)
Change OpenO by ONAP
Change-Id: I623d3303314ef79250487d895a57258cb9cc2315 Issue-ID: DOC-103 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
-rw-r--r--apiroute/apiroute-service/src/main/resources/swagger.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/apiroute/apiroute-service/src/main/resources/swagger.properties b/apiroute/apiroute-service/src/main/resources/swagger.properties
index af46762..532ec60 100644
--- a/apiroute/apiroute-service/src/main/resources/swagger.properties
+++ b/apiroute/apiroute-service/src/main/resources/swagger.properties
@@ -13,19 +13,19 @@
# limitations under the License.
# Used to do swagger configuration.
-# Open-O Service REST API version
+# ONAP Service REST API version
api-version=1.0.0
-# Open-O Service REST API swagger document title
+# ONAP Service REST API swagger document title
api-title=MicroService Bus rest API
-# Open-O Service REST API swagger document description
+# ONAP Service REST API swagger document description
api-description=MicroService Bus rest API
-# Open-O Service REST API supported protocols
+# ONAP Service REST API supported protocols
api-schemas=http,https
-# Open-O Service REST API ROOT URI
+# ONAP Service REST API ROOT URI
api-base-path=/api/microservices/v1
# swagger.json URI on top of api-base-path. so final URI would as follows