reorder_subtasks
Reorder subtasks of a Kanban Tool task by providing the complete list of subtask IDs in the desired sequence.
Instructions
Reorder subtasks under a task. Returns the subtasks in the new order.
ids must be the full set of subtask ids on task_id in the
desired order.
Common 422s (KanbanToolValidationError with parsed field_errors):
ids is a partial set (missing some of the task's current subtask
ids) → list current ids via list_subtasks(task_id) and pass them
all in the new order; one or more ids belong to a different task →
same fix, since the API rejects cross-task references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |