tascan_update_zone
Update a geofenced zone — move the center, resize the radius, change the routing target, toggle zone-lock, or deactivate it (is_active=false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lng | No | ||
| kind | No | ||
| name | No | ||
| polygon | No | Replace geometry with a polygon ([[lat,lng],...], ≥3 vertices); pass null to revert to a circle | |
| zone_id | Yes | Zone ID | |
| radius_m | No | ||
| is_active | No | ||
| notify_email | No | ||
| required_ppe | No | ||
| task_list_id | No | ||
| auto_clock_in | No | ||
| enter_message | No | ||
| auto_clock_out | No | ||
| notify_on_exit | No | ||
| alert_on_breach | No | ||
| enforce_on_list | No | ||
| notify_on_enter | No | ||
| ppe_photo_required | No | ||
| sms_worker_on_exit | No | ||
| task_list_on_enter | No | ||
| sms_worker_on_enter | No |