move_task
Move a task to a different project or as a subtask of another task. Specify either the project ID or parent task ID to reposition it.
Instructions
Move a task to a different project (making it a top-level task) or make it a subtask of another task. Exactly one of projectId or parentTaskId must be provided. Throws a not-found error if any ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| projectId | No | ||
| parentTaskId | No |