update_call_log
Modify existing call log entries in Procore projects to track communication updates, add attachments, and maintain accurate project documentation.
Instructions
Update Call Log. [Project Management/Daily Log] PATCH /rest/v1.0/projects/{project_id}/call_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Call log ID | |
| call_log | Yes | call_log | |
| attachments | No | Call 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 together... |