From 51b3e913c2edc48ef15ae02e4401623e68e3e9f1 Mon Sep 17 00:00:00 2001 From: Mark van der Wal Date: Tue, 10 Mar 2020 11:00:40 +0000 Subject: [PATCH] Update page 'Create Taskmap' --- Create-Taskmap.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Create-Taskmap.md b/Create-Taskmap.md index 810b71a..53382a0 100644 --- a/Create-Taskmap.md +++ b/Create-Taskmap.md @@ -1,5 +1,5 @@ ## Create taskmap -The user can use the "ItemTask" API to execute the TaskmapTask with the item code from the appliancemap in {code}. +The user can use the "ItemTask" API to execute the TaskmapTask with the item code which contains the tiff data in {code}. > Request ```javascript @@ -25,4 +25,6 @@ POST /api/v1/items/{code}/tasks Response 400 Tasktype not found Response 401 Not authenticated Response 403 No WRITE permissions in item -Response 404 Item not found \ No newline at end of file +Response 404 Item not found + +This will create the item with shape data as a sibling of the input item. \ No newline at end of file