Update Observation Item
update_observation_itemUpdates an existing observation item in Procore by modifying specified fields. Returns the updated object on success.
Instructions
Update Observation Item. 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: id, project_id, observation. Procore API: Project Management > Observations. Endpoint: PATCH /rest/v1.0/observations/items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Observations resource | |
| project_id | Yes | JSON request body field — the ID of the Project the Observation Item belongs to | |
| observation | Yes | JSON request body field — item object | |
| attachments | No | JSON request body field — [DEPRECATED] An array of the Attachments of the Observation Item. Please use upload_ids instead. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and ... |