update_punch_item
Modify punch list items in Procore projects to track and resolve construction issues, update status, assign tasks, or add documentation.
Instructions
Update Punch Item. [Project Management/Punch List] PATCH /rest/v1.0/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. Please use upload_uuid instead. Please use application/json content-type with the 'punch_item.upload_ids' property instead. To upload attachments you... | |
| punch_item | Yes | punch_item |