k3s/api/swagger-spec/apis.json

30 lines
586 B
JSON
Raw Normal View History

2015-11-02 22:28:39 +00:00
{
"swaggerVersion": "1.2",
"apiVersion": "",
"basePath": "https://10.10.10.10:443",
2015-11-02 22:28:39 +00:00
"resourcePath": "/apis",
"apis": [
{
"path": "/apis",
"description": "get available API versions",
"operations": [
{
"type": "void",
"method": "GET",
"summary": "get available API versions",
"nickname": "getAPIVersions",
"parameters": [],
"produces": [
2015-12-21 05:50:36 +00:00
"application/json",
"application/yaml"
2015-11-02 22:28:39 +00:00
],
"consumes": [
2015-12-21 05:50:36 +00:00
"application/json",
"application/yaml"
2015-11-02 22:28:39 +00:00
]
}
]
}
],
"models": {}
}