Update Image Category
update_image_categoryUpdate an existing photo album's name, privacy, or cover image in a Procore project by providing the album and project IDs.
Instructions
Update a Photo Album (Image Category) in a specified 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, name. Procore API: Project Management > Photos. Endpoint: PATCH /rest/v1.0/image_categories/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the image category | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| name | Yes | JSON request body field — the Name of the Image Category | |
| private | No | JSON request body field — the Private status of the Image Category | |
| album_cover_id | No | JSON request body field — iD of an Image that is the cover Image of the Image Category. |