update_inspection_log
Modify inspection log entries in Procore projects to update details, attachments, and compliance records for construction management.
Instructions
Update Inspection Log. [Project Management/Daily Log] PATCH /rest/v1.0/projects/{project_id}/inspection_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Inspection Log ID | |
| inspection_log | Yes | inspection_log | |
| attachments | No | Inspection Log Attachments are not viewable or used on web. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data to... |