complete_task
Completes a task by setting its status to 2. Specify the project and task IDs to update the task in TickTick.
Instructions
Mark a task as completed (status → 2). Uses V1 dedicated endpoint.
[Category: Tasks — Write] [Auth: V1]
[Related: reopen_task, get_task_detail, get_completed_tasks]
Args:
project_id: The project containing the task.
task_id: The task to complete.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| task_id | Yes |