Last updated 5 months ago
Move a task within the project
Successful move Task
PUT /api/v1/projects/{projectId}/tasks/{taskId}/move HTTP/1.1 Host: www.taskade.com Content-Type: application/json Accept: */* Content-Length: 53 { "target": { "taskId": "text", "position": "beforebegin" } }
{ "ok": true, "item": { "id": "123e4567-e89b-12d3-a456-426614174000", "text": "text", "parentId": "123e4567-e89b-12d3-a456-426614174000", "completed": true } }