Move a task
Moves an existing task to a specified list in board, with an optional position to control its order.
Parameters
board
string
required
ID of the board where the list is located.
list
string
required
ID of the list in which the task will be moved.
position
enum/integer
The position must be an integer or one of:
top, bottom.Returns
Returns an empty response.
post
/api/tasks/{id}/move
curl -X POST https://{workspace}.kitchen.co/api/tasks/{id}/move \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
null