Update an album
Updates album metadata (name, description, and/or cover). Only the fields included in the request body are changed. To modify the contents of an album, use add_assets_to_album / remove_assets_from_album instead — this tool only changes album metadata.
Path Parameters
Album ID (with album_ prefix) of the album to rename or re-describe.
Body
New display name for the album. Omit to leave unchanged.
New free-form description for the album. Omit to leave unchanged.
Asset ID (with asset_ prefix) to use as the album cover. Must be a live asset already in the album — get IDs from list_album_assets. Pass null to clear the explicit cover. Omit to leave unchanged.
Response
Successful Response
Represents a collection of assets organized by the user.
Unique album identifier with 'album_' prefix
Display name of the album
Total number of assets in this album
When this album was created
When this album was last updated
Optional description text for the album
ID of the asset displayed as the album cover. May be a server-selected default when the album has no explicit cover set, or null when the album has no live assets.
Asset variants for the album cover: 'thumbnail'
The oldest asset date (local_datetime) in the album, or null if empty
The newest asset date (local_datetime) in the album, or null if empty