k3s/api/swagger-spec/version.json

28 lines
548 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": "/version",
"apis": [
{
"path": "/version",
"description": "git code version from which this is built",
"operations": [
{
"type": "void",
"method": "GET",
"summary": "get the code version",
"nickname": "getCodeVersion",
"parameters": [],
"produces": [
"application/json"
],
"consumes": [
"application/json"
]
}
]
}
],
"models": {}
2015-04-22 20:19:38 +00:00
}