update_checklist
Modify checklist items and attachments in Procore projects to maintain accurate inspection records and project documentation.
Instructions
Update Checklist. [Project Management/Inspections] PATCH /rest/v1.0/checklist/lists/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Checklist ID | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| project_id | Yes | The ID of the Project | |
| list | Yes | Checklist object | |
| attachments | No | 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. |