uncomplete_checklist_task_jwt
Revert a checklist task to incomplete using JWT authentication. Provide the task ID to update its status and receive the updated task.
Instructions
Mark a checklist task as not completed using JWT authentication.
Args: task_id: Task ID to mark as incomplete
Returns: JSON string with the updated task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |