Updating swagger spec with changes due to PR#5407
This commit is contained in:
parent
025a850801
commit
1bc7d3e37c
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"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": [
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,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"
|
||||||
@ -13,10 +17,6 @@
|
|||||||
"path": "/api/v1beta3",
|
"path": "/api/v1beta3",
|
||||||
"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"
|
||||||
|
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
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"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": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user