v1

latestOpenAPI 3.0.22026-07-1332837755.1 KB
Channels\Videos

Add a list of videos to a channel

This method gets all the videos in a specific channel.

put/channels/{channel_id}/videos

Path parameters

channel_idnumber required
Example:927

The ID of the channel.

Request body

video_uristring required

The URI of a video to add.

Example request

{
  "video_uri": "/videos/258684937"
}

Response

The videos were added.