update_accident_log
Modify existing accident records in Procore projects to maintain accurate safety documentation and compliance reporting.
Instructions
Update Accident Log. [Project Management/Daily Log] PATCH /rest/v1.0/projects/{project_id}/accident_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Accident log ID | |
| accident_log | Yes | accident_log | |
| attachments | No | Accident 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[]` as files. |