update_delay_log
Modify delay logs in Procore projects to track and document construction schedule changes, supporting project management and compliance.
Instructions
Update Delay Log. [Project Management/Daily Log] PATCH /rest/v1.0/projects/{project_id}/delay_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Delay log ID | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| delay_log | Yes | delay_log | |
| attachments | No | Attachments pertaining the Log. 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[]` ... |