Updates A Project Inspection Template Item Evidence Configuration
updates_a_project_inspection_template_item_evidenceUpdates evidence configuration (observation and photo) for a project inspection template item using company, project, and template item IDs.
Instructions
Updates the specified Project Inspection Template Item Evidence Configuration. 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, project_id, template_item_id. Procore API (v2.0): Project Management > Inspections. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/inspection_template_items/{template_item_id}/evidence_configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| template_item_id | Yes | URL path parameter — unique identifier for the inspection template item. | |
| observation | No | JSON request body field — the observation for this Inspections operation | |
| photo | No | JSON request body field — the photo for this Inspections operation |