update_image_category
Modify image category details in Procore projects to organize photos by updating names, privacy settings, or album covers.
Instructions
Update image category. [Project Management/Photos] PATCH /rest/v1.0/image_categories/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the image category | |
| project_id | Yes | Unique identifier for the project. | |
| name | Yes | The Name of the Image Category | |
| private | No | The Private status of the Image Category | |
| album_cover_id | No | ID of an Image that is the cover Image of the Image Category. |