Added default value to line parameter in /task/uuid/output doc

pull/1/head
Piero Toffanin 2016-09-16 20:48:28 -04:00
rodzic 0eb14d6af8
commit ca0983f180
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -307,7 +307,7 @@ Retrieves the console output of the OpenDroneMap's process. Useful for monitorin
|*Path*|*uuid* +
_required_|UUID of the task|string|
|*Query*|*line* +
_optional_|Optional line number that the console output should be truncated from. For example, passing a value of 100 will retrieve the console output starting from line 100. Defaults to 0 (retrieve all console output).|integer|
_optional_|Optional line number that the console output should be truncated from. For example, passing a value of 100 will retrieve the console output starting from line 100. Defaults to 0 (retrieve all console output).|integer|`"0"`
|===

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -252,6 +252,7 @@ app.get('/task/:uuid/info', getTaskFromUuid, (req, res) => {
* name: line
* in: query
* description: Optional line number that the console output should be truncated from. For example, passing a value of 100 will retrieve the console output starting from line 100. Defaults to 0 (retrieve all console output).
* default: 0
* required: false
* type: integer
* responses: