Update Checklist (Inspection)
update_checklist_inspectionUpdate an existing inspection checklist in Procore by specifying its ID, project ID, and fields to modify. Returns the updated object.
Instructions
Updates a specified Checklist (Inspection). 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: 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 | |
| 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. | |
| list | Yes | JSON request body field — the list for this Inspections operation |