Skip to main content
POST
/
saved-playlists
/
{id}
/
tracks
Add tracks to a saved playlist
curl --request POST \
  --url http://localhost:6063/saved-playlists/{id}/tracks \
  --header 'Content-Type: application/json' \
  --data '
{
  "track_ids": [
    "<string>"
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Body

application/json
track_ids
string[]
required

Response

204

Added