Update Company Inspection Template Item
update_company_inspection_template_itemPartially update a company inspection template item by sending only the fields you intend to change. Provide the company, template, and item IDs to identify the record and receive the updated item.
Instructions
Updates a Company Inspection Template Item for a specified Company. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "inspection_template_item" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted, and inspection_template_id, id must identify existing parent records — resolve them with the matching list tool first. Returns the modified company inspection template item on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, inspection_template_id, id. Procore API: Project Management > Inspections. Endpoint: PATCH /rest/v1.0/companies/{company_id}/inspection_templates/{inspection_template_id}/items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — company Inspection Template Item ID | |
| name | No | JSON request body field — the name for this Inspections operation | |
| type | No | JSON request body field — item type | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| response_set_id | No | JSON request body field — unique identifier of the response set | |
| inspection_template_id | Yes | URL path parameter — the ID of the Company Inspection Template |