Rename an album or set its cover
update_albumUpdate an album's title, cover photo, or both by providing a new title or choosing a cover from items already in the album.
Instructions
Change an album's title, its cover photo, or both. The cover has to be a media item that is already in the album; setting one that is not returns an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | A new title. Omit to leave it unchanged. | |
| account | No | Which connected Google account to act as, by the name it was configured under (or its email). Defaults to the first one. Call list_accounts to see them. | |
| album_id | Yes | The album to update. | |
| cover_media_item_id | No | A media item already in this album, to use as the cover. Omit to leave it unchanged. |