v1

latestOpenAPI 3.1.02026-07-24650272.2 KB
API Endpoints

Arrange Videos In Playlist

Reorder videos inside a playlist either by moving a single asset to a position or by sorting the playlist by title or created date.

post/video/playlists/{playlist_id}/reorder

Path parameters

playlist_idstring required

Playlist id.

Request body

OR

Response

200

successboolean
asset_liststring[]

Example response

{
  "success": true
}