Update Company Checklist Template
update_company_checklist_templateUpdate a company inspection checklist template by providing company ID, template ID, and only the fields to modify. Returns the updated object.
Instructions
Updates a Company Checklist Template for a specified Company. 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: company_id, id, list_template. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/companies/{company_id}/checklist/list_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — company Checklist Template ID | |
| list_template | Yes | JSON request body field — checklist Template object | |
| attachments | No | JSON request body field — 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[]... |