aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api/swagger/swagger.json
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2019-01-18 14:11:47 +0530
committerseshukm <seshu.kumar.m@huawei.com>2019-01-18 14:11:47 +0530
commit9bd738cd12dc57ca2888a7e048fa7a5c2abf4d70 (patch)
treeb40b024d71e431da096b92d9951f3419c59a5287 /docs/api/swagger/swagger.json
parentd836ec0a000555a6a63076b67fa876d1d02ea20d (diff)
Correct the URLs in swagger
Issue-ID: SO-675 Change-Id: I55dbc4d64f41dbf0a38e38ee11ba35d4ed7f2cfd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'docs/api/swagger/swagger.json')
-rw-r--r--docs/api/swagger/swagger.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/api/swagger/swagger.json b/docs/api/swagger/swagger.json
index 65d7ff0d11..6ba8380a5f 100644
--- a/docs/api/swagger/swagger.json
+++ b/docs/api/swagger/swagger.json
@@ -34,10 +34,10 @@
}
],
"schemes": [
- "https"
+ "http"
],
"paths": {
- "/e2eServiceInstances/{version}": {
+ "/onap/so/infra/e2eServiceInstances/{version}": {
"post": {
"tags": [
"e2eServiceInstances"
@@ -75,7 +75,7 @@
}
}
},
- "/e2eServiceInstances/{version}/{serviceId}": {
+ "/onap/so/infra/e2eServiceInstances/{version}/{serviceId}": {
"put": {
"tags": [
"e2eServiceInstances"
@@ -161,7 +161,7 @@
}
}
},
- "/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}": {
+ "/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}": {
"get": {
"tags": [
"e2eServiceInstances"
@@ -200,7 +200,7 @@
}
}
},
- "/e2eServiceInstances/{version}/{serviceId}/scale": {
+ "/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/scale": {
"post": {
"tags": [
"e2eServiceInstances"
@@ -244,7 +244,7 @@
}
}
},
- "/e2eServiceInstances/{version}/{serviceId}/modeldifferences": {
+ "/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/modeldifferences": {
"post": {
"tags": [
"e2eServiceInstances"