Update Punch Item
update_punch_itemUpdate an existing punch list item in a Procore project, modifying its fields and optionally uploading images.
Instructions
Update a specific Punch Item in a Project. #### Uploading images To upload images, upload the entire payload as multipart/form-data and include the images using punch_item[images][] as files, or alternatively provide Upload IDs using punch_item[upload_ids][]. Use this to update an existing Punch List records (only the supplied fields are changed). Updates the specified Punch List records and returns the modified object on success. Required parameters: id, project_id, punch_item. Procore API (v1.1): Project Management > Punch List. Endpoint: PATCH /rest/v1.1/punch_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Punch Item | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| project_id | Yes | JSON request body field — project ID to which the Punch Item belongs to | |
| attachments | No | JSON request body field — [DEPRECATED] 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 ... | |
| punch_item | Yes | JSON request body field — the punch item for this Punch List operation |