From: Eric Debeau Date: Wed, 18 Oct 2017 15:13:19 +0000 (+0000) Subject: Change OpenO by ONAP X-Git-Tag: v1.0.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2d015b72e1f99fe9e2c34f5353fb406faae43790;hp=422fe052e2962bacd902bc0a10488ab017071a37;p=msb%2Fjava-sdk.git Change OpenO by ONAP Change-Id: I47f38e3e0ead16696e976ec48a4a656e168cd741 Issue-ID: DOC-103 Signed-off-by: Eric Debeau --- diff --git a/example/src/main/resources/swagger.properties b/example/src/main/resources/swagger.properties index 41eb5f0..d1bacd2 100644 --- a/example/src/main/resources/swagger.properties +++ b/example/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 Sample -# Open-O Service REST API swagger document description +# ONAP Service REST API swagger document description api-description=MicroService Bus rest API Sample -# 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