Update Checklist (Deprecated)
update_checklistUpdates an existing inspection checklist in a Procore project. Send only the fields you intend to change; omitted fields retain their current values. Returns the modified checklist.
Instructions
Updates Inspection Checklist in a specified Project. DEPRECATED: Procore has deprecated this endpoint (as of 2022-01-26). 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. 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: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/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 — checklist object | |
| project_id | Yes | JSON request body field — the ID of the Project | |
| attachments | No | JSON request body field — checklist'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. | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. |