Update page 'Create Taskmap'
This commit is contained in:
parent
277cb1bad3
commit
51b3e913c2
@ -1,5 +1,5 @@
|
|||||||
## Create taskmap
|
## 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
|
> Request
|
||||||
```javascript
|
```javascript
|
||||||
@ -25,4 +25,6 @@ POST /api/v1/items/{code}/tasks
|
|||||||
Response 400 Tasktype not found
|
Response 400 Tasktype not found
|
||||||
Response 401 Not authenticated
|
Response 401 Not authenticated
|
||||||
Response 403 No WRITE permissions in item
|
Response 403 No WRITE permissions in item
|
||||||
Response 404 Item not found
|
Response 404 Item not found
|
||||||
|
|
||||||
|
This will create the item with shape data as a sibling of the input item.
|
Loading…
Reference in New Issue
Block a user