Create a new playlist
POST /api/playlists
POST
/api/playlists
Request Body required
Section titled “Request Body required ”object
name
string
Responses
Section titled “ Responses ”Created
object
id
string format: uuid
name
string
mode
string
currentIndex
integer format: int32
trackCount
integer format: int32
shuffleOrder
Array<integer>
tracks
Array<object>
object
id
string format: uuid
path
string
title
string
artist
string
album
string
duration
number format: double
isStream
boolean
sourcePath
string
isFavorite
boolean
Bad Request