Merge pull request #4764 from nikhiljindal/swagger

Updating swagger spec by running hack/update-swagger-spec.sh
pull/6/head
Vish Kannan 2015-02-24 13:00:57 -08:00
commit fdf371dc96
6 changed files with 8517 additions and 4897 deletions

View File

@ -1,18 +1,18 @@
{
"swaggerVersion": "1.2",
"apiVersion": "",
"basePath": "127.0.0.1:8050",
"basePath": "127.0.0.1:6443",
"resourcePath": "/api",
"apis": [
{
"path": "/api",
"description": "get available api versions",
"description": "get available API versions",
"operations": [
{
"type": "void",
"method": "GET",
"summary": "get available api versions",
"nickname": "getApiVersions",
"summary": "get available API versions",
"nickname": "getAPIVersions",
"parameters": [],
"produces": [
"application/json"

View File

@ -15,7 +15,7 @@
},
{
"path": "/api",
"description": "get available api versions"
"description": "get available API versions"
},
{
"path": "/version",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"swaggerVersion": "1.2",
"apiVersion": "",
"basePath": "127.0.0.1:8050",
"basePath": "127.0.0.1:6443",
"resourcePath": "/version",
"apis": [
{