Commit 1bc7d3e3 authored by nikhiljindal's avatar nikhiljindal

Updating swagger spec with changes due to PR#5407

parent 025a8508
{ {
"swaggerVersion": "1.2", "swaggerVersion": "1.2",
"apiVersion": "", "apiVersion": "",
"basePath": "127.0.0.1:6443", "basePath": "https://127.0.0.1:6443",
"resourcePath": "/api", "resourcePath": "/api",
"apis": [ "apis": [
{ {
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
"swaggerVersion": "1.2", "swaggerVersion": "1.2",
"apis": [ "apis": [
{ {
"path": "/api",
"description": "get available API versions"
},
{
"path": "/api/v1beta1", "path": "/api/v1beta1",
"description": "API at /api/v1beta1 version v1beta1" "description": "API at /api/v1beta1 version v1beta1"
}, },
...@@ -14,10 +18,6 @@ ...@@ -14,10 +18,6 @@
"description": "API at /api/v1beta3 version v1beta3" "description": "API at /api/v1beta3 version v1beta3"
}, },
{ {
"path": "/api",
"description": "get available API versions"
},
{
"path": "/version", "path": "/version",
"description": "git code version from which this is built" "description": "git code version from which this is built"
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{ {
"swaggerVersion": "1.2", "swaggerVersion": "1.2",
"apiVersion": "", "apiVersion": "",
"basePath": "127.0.0.1:6443", "basePath": "https://127.0.0.1:6443",
"resourcePath": "/version", "resourcePath": "/version",
"apis": [ "apis": [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment