Update Image
update_imageUpdate an existing image in a Procore project by specifying its ID and project ID. Modify only the supplied fields like description, private status, or location.
Instructions
Update an existing Image in a Project. Use this to update an existing Photos (only the supplied fields are changed). Updates the specified Photos and returns the modified object on success. Required parameters: id, project_id. Procore API: Project Management > Photos. Endpoint: PATCH /rest/v1.0/images/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Photos resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| private | No | JSON request body field — the Private status of the Image. Defaults to a project configuration. | |
| description | No | JSON request body field — image description | |
| image_category_id | No | JSON request body field — image Category ID to move the Image to | |
| location_id | No | JSON request body field — 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 | JSON request body field — daily Log Segment ID | |
| mt_location | No | JSON request body field — use this for creating a new multi-tier or single-tier Location. This will be ignored if `location_id` is provided. | |
| trade_ids | No | JSON request body field — an array of IDs of the Trades of the Image | |
| log_date | No | JSON request body field — the log date in YYYY-MM-DD format |