Update Checklist Item (Deprecated)
update_checklist_itemUpdate a checklist item in Procore by supplying list, item, project, and section IDs plus the item fields to change. Omitted fields retain their current values.
Instructions
Updates Checklist Item in a specified Checklist. DEPRECATED: Procore has deprecated this endpoint (as of 2022-01-27). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Send only the fields you intend to change; omitted fields keep their current values. list_id, id must identify existing parent records — resolve them with the matching list tool first. Returns the modified checklist item on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Inspections resource | |
| item | Yes | JSON request body field — item object | |
| list_id | Yes | URL path parameter — unique identifier of the list | |
| 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 | |
| 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. |