Updates a photo album.
This method requires the following permissions: photos.
Parameters
album_id
string
Identifier of the target album.
title
string
New title of the album.
description
string
New description of the album.
privacy_view
privacy setting
For a user-owned album, privacy setting (as a JSON object) determining who can view this album.
privacy_comment
privacy setting
For a user-owned album, privacy setting (as a JSON object) determining who can comment on photos in this album.
upload_by_admins_only
boolean
For a group-owned album, whether uploading new photos is restricted to group managers.
comments_disabled
boolean
For a group-owned album, whether commenting on photos in this album is disabled.
Result
Returns true on success.