Update Project Checklist Template
update_project_checklist_templateUpdate an existing inspection checklist template by supplying only the fields to change. Returns the modified object and supports attachment uploads.
Instructions
Updates an Inspection Checklist Template. 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_template. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/projects/{project_id}/checklist/list_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — checklist Template ID | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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[]... |