weeek_set_task_parent
Nest a task under a new parent or detach it to top-level by setting parent_id to null. Position it among siblings using before or after task IDs.
Instructions
Nest a task under another one, or detach it with parent_id null. after/before place it among its new siblings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Sibling task id to sit after. | |
| before | No | Sibling task id to sit before. | |
| task_id | Yes | ||
| parent_id | Yes | New parent; null makes it top-level. |