update_punch_item_assignment
Modify punch item assignments in Procore projects to reassign tasks, update statuses, or add comments and attachments for construction project management.
Instructions
Update Punch Item Assignment. [Project Management/Punch List] PATCH /rest/v1.0/projects/{project_id}/punch_item_assignments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Punch Item Assignment | |
| project_id | Yes | Unique identifier for the project. | |
| send_emails | No | Parameter to send email to assignees, distribution members and creator of the Punch Item. Parameter must be true and status or comment must have changed for an email to send. | |
| punch_item_assignment | Yes | Punch Item Assignment object | |
| attachments | No | Punch Item Assignment attachments. 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[... |