update_observation_item
Modify observation items in Procore projects to update details, attachments, or status for construction quality control and project management.
Instructions
Update Observation Item. [Project Management/Observations] PATCH /rest/v1.0/observations/items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Observation Item ID | |
| project_id | Yes | The ID of the Project the Observation Item belongs to | |
| observation | Yes | Item object | |
| attachments | No | [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 ... |