update_company_checklist_template
Modify company checklist templates in Procore to update inspection workflows and project management processes.
Instructions
Update Company Checklist Template. [Project Management/Inspections] PATCH /rest/v1.0/companies/{company_id}/checklist/list_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | Company Checklist Template ID | |
| 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[]... |