update_work_log
Modify existing daily work log entries in Procore projects to update labor hours, tasks, or attachments for accurate project tracking.
Instructions
Update Work Log. [Project Management/Daily Log] PATCH /rest/v1.0/projects/{project_id}/work_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Work Log ID | |
| work_log | Yes | work_log | |
| attachments | No | Scheduled Work 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-dat... |