todoist_project_move_to_parent
Move a project under another project or to root level to reorganize your project hierarchy.
Instructions
Move a project under another project (making it a sub-project) or to root level. Useful for organizing project hierarchies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | The ID of the project to move | |
| project_name | No | The name of the project to move (partial match, case-insensitive) | |
| parent_id | No | The parent project ID. Omit or set to null to move to root level. |