Update a playlist element
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
PUT
/video-playlists/{playlistId}/videos/{playlistElementId}
Video Playlists
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://peertube2.cpy.re/api/v1/video-playlists//videos/' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTimestamp": 0,
"stopTimestamp": 0
}'
Response Response Example
{}
Request
Path Params
playlistId
stringÂ
required
playlistElementId
stringÂ
required
Body Params application/json
Responses
Modified at 2022-09-10 22:29:50