Skip to main content
PUT
/
saved-playlists
/
{id}
Update a saved playlist's metadata
curl --request PUT \
  --url http://localhost:6063/saved-playlists/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "image": "<string>",
  "folder_id": "<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
name
string
required
description
string
image
string
folder_id
string

Response

204

Updated