Add a video in a playlist
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
POST
/video-playlists/{playlistId}/videos
VideosVideo Playlists
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://peertube2.cpy.re/api/v1/video-playlists//videos' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTimestamp": 0,
"stopTimestamp": 0,
"videoId": {}
}'
Response Response Example
{
"videoPlaylistElement": {
"id": 2
}
}
Request
Path Params
playlistId
stringÂ
required
Body Params application/json
Responses
Modified at 2022-09-10 22:29:50