todoist_subtask_promote
Promote any subtask to a standalone main task by removing its parent relationship. Optionally reassign it to a different project or section.
Instructions
Promote a subtask to a main task (remove parent relationship)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subtask_id | No | ID of the subtask to promote (provide this OR subtask_name) | |
| subtask_name | No | Name/content of the subtask to promote (provide this OR subtask_id) | |
| project_id | No | ID of the project to move the task to (optional) | |
| section_id | No | ID of the section to move the task to (optional) |