Update Checklist Item
update_checklist_itemUpdate an existing inspection checklist item in Procore. Modify only supplied fields by specifying list, project, section, and item IDs.
Instructions
Updates Checklist Item in a specified Checklist. Use this to update an existing Inspections (only the supplied fields are changed). Updates the specified Inspections and returns the modified object on success. Required parameters: list_id, id, project_id, section_id, item. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/checklist/lists/{list_id}/items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | URL path parameter — unique identifier of the list | |
| id | Yes | URL path parameter — unique identifier of the Inspections resource | |
| project_id | Yes | JSON request body field — the ID of the Project the Item belongs to | |
| section_id | Yes | JSON request body field — the ID of the Section the Item belongs to | |
| item | Yes | JSON request body field — item object | |
| attachments | No | JSON request body field — 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. |