v1

latestOpenAPI 3.1.02026-08-066484183.6 MB
Tasks

Repositions a task

Reorders a task within its task list. Pass move_before_id and/or move_after_id — the IDs of sibling tasks to position it relative to. When both are provided, the task is placed between them.

Set subtask: true to reorder within the parent task's subtask order instead of within the task list.

{
  "data": {
    "type": "tasks",
    "attributes": { "move_after_id": 5560100 }
  }
}
patch/api/v2/tasks/{id}/reposition

Path parameters

idstring required

ID

Headers

X-Organization-Idstring required

Organization ID

Response

No Content