Bulk Update Project Observation Templates
bulk_update_project_observation_templatesBulk update multiple project observation templates at once by specifying IDs and optional fields like assignee, trade, or active status. Use this to efficiently modify existing templates in a Procore project.
Instructions
Bulk Update Project Observation Templates. Use this to update an existing Observations (only the supplied fields are changed). Updates the specified Observations and returns the modified object on success. Required parameters: project_id. Procore API: Project Management > Observations. Endpoint: PATCH /rest/v1.0/projects/{project_id}/observation_templates/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| observation_template_ids | No | Query string parameter — iDs of all Project Observation Templates specified for bulk update | |
| active | No | JSON request body field — flag that denotes if the Project Observation Template is available for use | |
| assignee_id | No | JSON request body field — the ID of the Project Observation Template's Assignee | |
| trade_id | No | JSON request body field — the ID of the Project Observation Template's Trade |