complete_task
Mark a Feishu task as complete or incomplete. Set the completed flag and task GUID to update the task's completed_at timestamp.
Instructions
[Official API + UAT, v1.3.7] Mark a task complete (or uncomplete it). Convenience wrapper around update_task with completed_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| completed | No | true → mark complete (uses Date.now()); false → uncomplete (sets completed_at to "0"). Default true. | |
| task_guid | Yes | Task GUID |