Adding http:// prefix to the swagger WebServicesURL to prevent basePath validation errors

This commit is contained in:
nikhiljindal
2015-03-11 16:14:14 -07:00
parent 7d53425bbc
commit 8c3f728aa6
7 changed files with 6806 additions and 6976 deletions

View File

@@ -1,14 +1,6 @@
{
"swaggerVersion": "1.2",
"apis": [
{
"path": "/api",
"description": "get available API versions"
},
{
"path": "/version",
"description": "git code version from which this is built"
},
{
"path": "/api/v1beta1",
"description": "API at /api/v1beta1 version v1beta1"
@@ -20,6 +12,14 @@
{
"path": "/api/v1beta3",
"description": "API at /api/v1beta3 version v1beta3"
},
{
"path": "/api",
"description": "get available API versions"
},
{
"path": "/version",
"description": "git code version from which this is built"
}
],
"apiVersion": "",