Schema
ApproveBulkRequestModel
Approve or reject N awaiting-approval task instances in one call. Used by the wave-triage 'approve all N' button: each instance is a cycle paused at an approval gate; the same decision is fanned to every pair. The batch is fail-soft — a bad/already-resolved pair returns an error result without failing the rest.
| Field | Type | Description |
|---|---|---|
pairsrequired | CycleTaskPair[] | The (cycle, task) instances to resolveitem shape |
decision | "approve" | "reject" | Decision applied to every pairapprovereject |
comments | string | null | Optional note recorded on every resolution |