Update Checklist (Inspection)
update_checklist_inspectionUpdate a Procore inspection checklist (PATCH). Send only changed fields to preserve others; returns the modified checklist.
Instructions
Updates a specified Checklist (Inspection). Send only the fields you intend to change; omitted fields keep their current values. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified checklist 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: id, project_id, list. Procore API (v1.1): Project Management > Inspections. Endpoint: PATCH /rest/v1.1/projects/{project_id}/checklist/lists/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Inspections resource | |
| list | Yes | JSON request body field — the list for this Inspections operation | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. |