bulk_update_project_observation_templates
Update multiple project observation templates simultaneously in Procore to modify active status, assignee, or trade assignments across a project.
Instructions
Bulk Update Project Observation Templates. [Project Management/Observations] PATCH /rest/v1.0/projects/{project_id}/observation_templates/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| observation_template_ids | No | IDs of all Project Observation Templates specified for bulk update | |
| active | No | Flag that denotes if the Project Observation Template is available for use | |
| assignee_id | No | The ID of the Project Observation Template's Assignee | |
| trade_id | No | The ID of the Project Observation Template's Trade |