v1

latestOpenAPI 3.0.22026-07-1332837755.1 KB
Albums\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/me/albums/{album_id}/videos

Path parameters

album_idnumber required
Example:3706071

The ID of the album.

Request body

videosstring required

A comma-separated list of video URIs.

Example request

{
  "videos": "/videos/258684937,/videos/273576296"
}

Response

The videos were added.