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
- application/json
Body
type string
ids array
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
id integer
name string
tracks_count integer
cover string
updated_at string
{
"id": 0,
"name": "string",
"tracks_count": 0,
"cover": "string",
"updated_at": "string"
}
Loading...