diff --git a/VRAHaulmkilling-API.md b/VRAHaulmkilling-API.md index 2b197c7..a595c87 100644 --- a/VRAHaulmkilling-API.md +++ b/VRAHaulmkilling-API.md @@ -274,7 +274,7 @@ Default dates are 'inherited' from the cropfield item passed to the task. [Create Taskmap](Create-Taskmap.md) ##### Download the data -In case the data is available it can be downloaded with the File API. +In case the data is available it can be downloaded with the items API. > Request ```javascript -GET /api/v1/items/{itemcode}/data +GET /api/v1/items/{itemcode}/download diff --git a/VRAHerbicide-API.md b/VRAHerbicide-API.md index f12b836..b7fe9cd 100644 --- a/VRAHerbicide-API.md +++ b/VRAHerbicide-API.md @@ -167,7 +167,7 @@ Response 404 Item not found [Create Taskmap](Create-Taskmap.md) ##### Download the data -In case the data is available it can be downloaded with the File API. +In case the data is available it can be downloaded with the items API. > Request ```javascript -GET /api/v1/items/{itemcode}/data +GET /api/v1/items/{itemcode}/download diff --git a/VRANbs-API.md b/VRANbs-API.md index ac9ef00..98ae5a1 100644 --- a/VRANbs-API.md +++ b/VRANbs-API.md @@ -289,7 +289,7 @@ Response 404 Item not found [Create Taskmap](Create-Taskmap.md) ##### Download the data -In case the data is available it can be downloaded with the File API. +In case the data is available it can be downloaded with the items API. > Request ```javascript -GET /api/v1/items/{itemcode}/data \ No newline at end of file +GET /api/v1/items/{itemcode}/download diff --git a/VRAPoten-API.md b/VRAPoten-API.md index ad6fcbf..9508a5a 100644 --- a/VRAPoten-API.md +++ b/VRAPoten-API.md @@ -77,9 +77,8 @@ Response 404 Item not found ###### Create taskmap [Create Taskmap](Create-Taskmap.md) -###### Download the data -In case the data is available it can be downloaded with the File API. +##### Download the data +In case the data is available it can be downloaded with the items API. > Request ```javascript -GET /api/v1/items/{itemcode}/data -``` \ No newline at end of file +GET /api/v1/items/{itemcode}/download