Update Checklist
update_checklistUpdate an existing inspection checklist in a project by changing only the supplied fields. Returns the updated checklist object.
Instructions
Updates Inspection Checklist in a specified Project. 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: 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 | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| project_id | Yes | JSON request body field — the ID of the Project | |
| list | Yes | JSON request body field — checklist object | |
| 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. |