pull/1/head
Piero Toffanin 2016-11-05 14:51:15 -04:00
rodzic 26ad42cdc2
commit c056dee485
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -257,7 +257,7 @@ Retrieves an asset (the output of OpenDroneMap's processing) associated with a t
|===
|Type|Name|Description|Schema|Default
|*Path*|*asset* +
_required_|Type of asset to download. Use "all.zip" for zip file containing all assets. Other options are not yet available|enum (all.zip, georeferenced_model.ply.zip, georeferenced_model.las.zip, georeferenced_model.csv.zip, orthophoto.png, orthophoto.tif, textured_model.zip)|
_required_|Type of asset to download. Use "all.zip" for zip file containing all assets.|enum (all.zip, georeferenced_model.ply.zip, georeferenced_model.las.zip, georeferenced_model.csv.zip, orthophoto.png, orthophoto.tif, textured_model.zip)|
|*Path*|*uuid* +
_required_|UUID of the task|string|
|===

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -290,7 +290,7 @@ app.get('/task/:uuid/output', getTaskFromUuid, (req, res) => {
* - name: asset
* in: path
* type: string
* description: Type of asset to download. Use "all.zip" for zip file containing all assets. Other options are not yet available
* description: Type of asset to download. Use "all.zip" for zip file containing all assets.
* required: true
* enum:
* - all.zip