From c640bcad3e77d183a33e9bbb44c8909742157bdc Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 11 Jul 2017 10:40:06 -0400 Subject: [PATCH] Updated docs --- slate/source/includes/reference/_task.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slate/source/includes/reference/_task.md b/slate/source/includes/reference/_task.md index 55701787..0dc83a05 100644 --- a/slate/source/includes/reference/_task.md +++ b/slate/source/includes/reference/_task.md @@ -117,7 +117,7 @@ Retrieves all [Task](#task) items associated with `project_id`. ### Download assets -`GET /api/projects/{project_id}/tasks/{task_id}/download/{asset}/` +`GET /api/projects/{project_id}/tasks/{task_id}/download/{asset}` After a task has been successfully processed, the user can download several assets from this URL. Not all assets are always available. For example if GPS information is missing from the input images, the `orthophoto.tif` asset will be missing. You can check the `available_assets` property of a [Task](#task) to see which assets are available for download. @@ -138,7 +138,7 @@ georeferenced_model.csv | Point cloud in .CSV format. After a task has been successfully processed, its assets are stored in a directory on the file system. This API call allows direct access to the files in that directory (by default: `WebODM/app/media/project/{project_id}/task/{task_id}/assets`). This can be useful to those applications that want to stream a `Potree` dataset, or render a textured 3D model on the fly. ### Retrieve console output