update_checklist_item
Modify checklist items in Procore projects to update inspection details, attachments, and item properties for project management workflows.
Instructions
Update Checklist Item. [Project Management/Inspections] PATCH /rest/v1.0/checklist/lists/{list_id}/items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | Checklist ID | |
| id | Yes | Item ID | |
| project_id | Yes | The ID of the Project the Item belongs to | |
| section_id | Yes | The ID of the Section the Item belongs to | |
| item | Yes | Item object | |
| attachments | No | Item's 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[]` as files. |