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)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
operations_task_idslist of stringsRequired
statusenumRequired

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.

Allowed values:

Response

Successful Response
updated_countinteger

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.

Errors

422
Operations Tasks Set Status V1request Unprocessable Entity Error