Skip to content

Commit

Permalink
Updating swagger spec with changes due to PR#5407
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljindal committed Mar 13, 2015
1 parent 025a850 commit 1bc7d3e
Show file tree
Hide file tree
Showing 6 changed files with 3,847 additions and 4,003 deletions.
2 changes: 1 addition & 1 deletion api/swagger-spec/api.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swaggerVersion": "1.2",
"apiVersion": "",
"basePath": "127.0.0.1:6443",
"basePath": "https://127.0.0.1:6443",
"resourcePath": "/api",
"apis": [
{
Expand Down
8 changes: 4 additions & 4 deletions api/swagger-spec/resourceListing.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
Loading

0 comments on commit 1bc7d3e

Please sign in to comment.