update_project_checklist_template
Modify project checklist templates in Procore to update inspection workflows and requirements for construction projects.
Instructions
Update Project Checklist Template. [Project Management/Inspections] PATCH /rest/v1.0/projects/{project_id}/checklist/list_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Checklist Template ID | |
| project_id | Yes | Unique identifier for the project. | |
| list_template | Yes | Checklist Template object | |
| attachments | No | Checklist Template'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[]... |