Worksites

Update work type status

Update the status of work types on a worksite (e.g., mark as completed, in progress)

post/worksites/{id}/update_status

Request body

work_typesstring[]

Array of work type keys to update status for. If empty, updates all work types.

statusstring required

New status to set (e.g., "completed", "in_progress", "open_unassigned")

Response

Status updated successfully

Changes