photos
photos.editAlbum
Edits information about a photo album.
To call this method, you can use:
• user access token (access right required: photos — this is issued in exceptional cases by a request to support at devsupport@corp.vk.com)
Parameters
album_id
string
ID of the photo album to be edited.
Required parameter
title
string
New album title.
description
string
New album description.
owner_id
string
ID of the user or community that owns the album.
privacy
integer
Who can view the album: 1 — only friends 2 — friends and friends' friends 3 — only me (the current user) 0 — all users
comment_privacy
integer
Who can comment on the album: 1 — only friends 2 — friends and friends' friends 3 — only me (the current user) 0 — all users
privacy_view
string
privacy_comment
string
upload_by_admins_only
checkbox
comments_disabled
checkbox
Result
Returns 1.
Error codes
114
Invalid album id
Common errors may occur during execution
Linked versions
Go to API versions pageThe data format has been changed, describes the privacy .