photos_update_album
Rename an album or change its cover photo in Proton Photos. Provide the album path and the new name or cover photo UID.
Instructions
Rename an album or change its cover photo in Proton Photos. Requires authentication. At least one of name or coverPhotoUid must be provided. Use photos_list_album_photos to find a nodeUid to set as the cover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the album. Omit to leave unchanged. | |
| albumPath | Yes | Absolute path of the album to update. Must start with /albums/. E.g. /albums/Vacation 2024 | |
| coverPhotoUid | No | nodeUid (from photos_list_album_photos) of the photo to set as the album cover. Omit to leave unchanged. |