Update Punch Item Assignment
update_punch_item_assignmentUpdate a single punch item assignment in Procore with partial updates: send only fields to change. Returns the modified assignment. Uses project ID from config if not provided.
Instructions
Update single Punch Item Assignment. Send only the fields you intend to change; omitted fields keep their current values. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified punch item assignment on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id, punch_item_assignment. Procore API: Project Management > Punch List. Endpoint: PATCH /rest/v1.0/projects/{project_id}/punch_item_assignments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Punch Item Assignment | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| attachments | No | JSON request body field — 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[... | |
| send_emails | No | JSON request body field — 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 | JSON request body field — punch Item Assignment object |