Update generated proto and swagger docs

This commit is contained in:
mbohlool
2016-08-25 23:13:56 -07:00
parent 702f55e61d
commit 8153267ea8
5 changed files with 16 additions and 1 deletions

View File

@@ -16,7 +16,16 @@
"type": "void",
"method": "GET",
"nickname": "logFileHandler",
"parameters": []
"parameters": [
{
"type": "string",
"paramType": "path",
"name": "logpath",
"description": "path to the log",
"required": true,
"allowMultiple": false
}
]
}
]
},