Update Project Observation Type
update_project_observation_typeUpdate an existing observation type in a Procore project. Modify fields such as name, category, active status, or observations category ID.
Instructions
Update Project Observation Type. 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, id. Procore API: Project Management > Observations. Endpoint: PATCH /rest/v1.0/projects/{project_id}/observation_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — project Observation Type ID | |
| name | No | JSON request body field — name to be used for Observations created from this type. | |
| category | No | JSON request body field — category to be used for Observations created from this type. | |
| observations_category_id | No | JSON request body field — observations category id to be used for Observations created from this type. | |
| active | No | JSON request body field — flag denoting if the Observation Type is available for use. |