tascan_update_task
Update a task (title, description, response_type, flags, sort_order)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| task_id | Yes | Task ID | |
| sort_order | No | Sort position | |
| assigned_to | No | Worker to assign this task to — pass the worker UUID (validated against your org and stored as the worker's name, which is how the worker portal matches "my tasks"). A plain name string is also accepted as-is. Pass null to clear. | |
| description | No | New description | |
| response_type | No | See tascan_add_tasks for guidance. "text" for info collection, "photo" for visual proof, "checkbox" for yes/no only. | |
| requires_photo | No | Require photo | |
| response_config | No | Response configuration. For "choice": {options: [...]}. See tascan_add_tasks. | |
| required_equipment | No | Equipment this task depends on (free text) | |
| is_safety_checkpoint | No | Safety-critical flag |