v1
latestOpenAPI 3.0.22026-07-1332837755.1 KBAlbums\Album videos
Replace all the videos in an album
This method replaces all the existing videos in an album with one or more videos.
put/users/{user_id}/albums/{album_id}/videos
Path parameters
album_idnumber required
Example:3706071
The ID of the album.
user_idnumber required
Example:152184
The ID of the user.
Request body
Example request
{
"videos": "/videos/258684937,/videos/273576296"
}Response
The videos were added.