update_image
Modify image details in Procore projects to update descriptions, categories, locations, or privacy settings for project documentation.
Instructions
Update image. [Project Management/Photos] PATCH /rest/v1.0/images/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the image | |
| project_id | Yes | Unique identifier for the project. | |
| private | No | The Private status of the Image. Defaults to a project configuration. | |
| description | No | Image description | |
| image_category_id | No | Image Category ID to move the Image to | |
| location_id | No | If you want to use an existing location and you have the ID of that existing location use this. `location_id` takes precedence over `mt_location` | |
| daily_log_segment_id | No | Daily Log Segment ID | |
| mt_location | No | Use this for creating a new multi-tier or single-tier Location. This will be ignored if `location_id` is provided. | |
| trade_ids | No | An array of IDs of the Trades of the Image | |
| log_date | No | log_date |