v1
latestOpenAPI 3.1.02026-07-24650272.2 KBAPI Endpoints
Update Playlist
post/video/playlist/{playlist_id}
Path parameters
playlist_idstring required
Request body
Response
200
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
}
}