v1

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
Videos
Video Playlists

Add a video in a playlist

post/api/v1/video-playlists/{playlistId}/videos

Path parameters

playlistIdinteger required
Example:42

Playlist id

Request body

startTimestampinteger

Start the video at this specific timestamp

stopTimestampinteger

Stop the video at this specific timestamp

Response

successful operation

Example response

{
  "videoPlaylistElement": {
    "id": 2
  }
}