Skip to main content

Add items to playlist

POST 

/api/playlist/:playlistId/addItems

Add items to playlist

Request

Path Parameters

    playlistId integerrequired

    ID of the playlist where to add items

Body

    type string
    ids array

Responses

OK

Schema

    id integer
    name string
    tracks_count integer
    cover string
    updated_at string
Loading...