update_punch_item_v1_1
Modify existing punch list items in Procore projects to track and resolve construction issues, update details, and manage attachments.
Instructions
Update Punch Item. [Project Management/Punch List] PATCH /rest/v1.1/punch_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Punch Item | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| project_id | Yes | Project ID to which the Punch Item belongs to | |
| attachments | No | [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 | punch_item |