/operations/operations_tasks

Set status

Sets the same status on each selected OperationsTask. Completing tasks stamps completed_at/by while other statuses clear them; missing or cross-org ids are skipped. | authz: min_org_role=operator | (OperationsTasksSetStatusReq1) -> (OperationsTasksStatusUpdateRes1)

patch/operations/operations_tasks/set_status/v1

Request body

operations_task_idsstring[] required
status'not_started' | 'in_progress' | 'completed' | 'skipped' | 'cancelled' required

Operator-driven lifecycle of an operations task.

Manually driven by operators for now (no automatic transitions). Kept structurally parallel to the Check status model in anticipation of the eventual Task <-> Check merge.

Response

Successful Response

updated_countinteger required

How many requested tasks were found in the caller's org and updated; a lower count means missing or cross-org task ids were skipped.

Changes

No recorded changes to this endpoint across all 1 revision of this API.