Commit 339341ea authored by nikhiljindal's avatar nikhiljindal

Updating swagger spec by running hack/update-swagger-spec.sh

parent 754a2a83
{
"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"
......
......@@ -15,7 +15,7 @@
},
{
"path": "/api",
"description": "get available api versions"
"description": "get available API versions"
},
{
"path": "/version",
......
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",
"apiVersion": "",
"basePath": "127.0.0.1:8050",
"basePath": "127.0.0.1:6443",
"resourcePath": "/version",
"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