update_plan_revision_log
Modify plan revision logs in Procore projects to track construction document updates and manage attachments.
Instructions
Update Plan Revision Log. [Project Management/Daily Log] PATCH /rest/v1.0/projects/{project_id}/plan_revision_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Plan Revision Log ID | |
| plan_revision_log | Yes | plan_revision_log | |
| attachments | No | Plan Revision 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... |