uncomplete-tasks
Reopen completed tasks in Todoist by providing their IDs. Restore tasks to active status for further tracking.
Instructions
Uncomplete (reopen) one or more completed tasks by their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | The IDs of the tasks to uncomplete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Failed task uncompletion with error details. | |
| uncompleted | Yes | The IDs of successfully uncompleted tasks. | |
| failureCount | Yes | The number of failed task uncompletions. | |
| successCount | Yes | The number of successfully uncompleted tasks. | |
| totalRequested | Yes | The total number of tasks requested to uncomplete. |