Update CaseCopy Pageput https://api.safetyculture.io/incidents/v1/osha/cases/{case.case_id}Path Paramscase.case_idstringrequiredcase_id is the unique identifier for the case.Body ParamsUpdateCaseRequest is the request message for updating an OSHA case. If field_mask is set, only the fields specified will be updated (PATCH semantics). If field_mask is not set, all fields will be updated (PUT semantics).caseobjectcase contains the updated case data.case contains the updated case data. objectfield_maskstringfield_mask specifies which fields to update. If not set, all fields will be updated.Responses 200A successful response. defaultAn unexpected error response.Updated 23 days ago