pub async fn patch_status(
t: &Transport,
updates: &[(String, String, CaseStatus)],
) -> Result<Vec<Case>>Expand description
Bulk status update: PATCH /api/cases with {cases: [{id, version, status}]}. The response is the array of updated cases.