k3s/api/swagger-spec/api.json

28 lines
531 B
JSON
Raw Normal View History

{
"swaggerVersion": "1.2",
"apiVersion": "",
2015-08-08 20:41:56 +00:00
"basePath": "https://10.10.10.10:6443",
"resourcePath": "/api",
"apis": [
{
"path": "/api",
"description": "get available API versions",
"operations": [
{
"type": "void",
"method": "GET",
"summary": "get available API versions",
"nickname": "getAPIVersions",
"parameters": [],
"produces": [
"application/json"
],
"consumes": [
"application/json"
]
}
]
}
],
"models": {}
2015-04-22 20:19:38 +00:00
}