Updating swagger spec with changes due to PR#5407

This commit is contained in:
nikhiljindal
2015-03-12 23:23:41 -07:00
parent 025a850801
commit 1bc7d3e37c
6 changed files with 7695 additions and 7851 deletions

View File

@@ -1,6 +1,10 @@
{
"swaggerVersion": "1.2",
"apis": [
{
"path": "/api",
"description": "get available API versions"
},
{
"path": "/api/v1beta1",
"description": "API at /api/v1beta1 version v1beta1"
@@ -13,10 +17,6 @@
"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"