v1

latestOpenAPI 3.1.02026-07-24650272.2 KB
API Endpoints

Update Playlist

post/video/playlist/{playlist_id}

Path parameters

playlist_idstring required

Request body

titlestring
descriptionstring
positioninteger

Playlists have order in which they will be shown on the channel page.

channel_visibilityboolean

If true then playlist will be visible on channel page.

Response

200

idstring
collection_idstring
titlestring
descriptionstring

Example response

{
  "id": "6566ebd57499c676fe302bfc",
  "collection_id": "646df1c9173a4a2fcac180b4",
  "title": "Playlist-Title-Updated",
  "description": "This is updated description",
  "player_config": {
    "preload": true,
    "disable_seek": true,
    "player_color": "#6658ea",
    "include_seo": true,
    "subtitle_enabled": true,
    "logo_width": 51,
    "logo_height": 100,
    "watermark_font_size": 1,
    "watermark_font_color": "#ff0000",
    "watermark_bg_color": "transparent",
    "watermark_interval": 1000
  }
}