update_safety_violation_log
Update safety violation records in Procore projects to maintain compliance and track corrective actions.
Instructions
Update Safety Violation Log. [Project Management/Daily Log] PATCH /rest/v1.0/projects/{project_id}/safety_violation_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Safety Violation Log ID | |
| safety_violation_log | Yes | safety_violation_log | |
| attachments | No | Safety Violation Log Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]... |