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.
Throws
When session is not active.
When album not found or not available for edit.
Unauthorized access.
Forbidden access.