editAlbum
abstract suspend fun editAlbum(albumId: Long, type: AlbumType? = null, description: String? = null, isViewed: Boolean? = null, hideItems: Boolean? = null): AlbumItem
Edits an album with albumId.
Parameters
isViewed
Mark album as viewed.
hideItems
Hide album items from timeline.
Throws
When session is not active.
When album not found or not available for edit.
Unauthorized access.
Forbidden access.