Update Playlist

Update a playlist's metadata. Changing attributes like its title, description and settings.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Update a playlist's metadata (title, description, and settings).

This updates playlist attributes only. To change membership or order, use Set Playlist Content.

📘

There is no public list endpoint for domain restriction, geo restriction, or theme resources. If you need values for referers_id, countries_id, or theme_id, contact support or use a theme id returned by create/lookup.

Path parameter

NameTypeDescription
idstring (UUID)Required. The playlist identifier.

Request body

Send JSON with Content-Type: application/json. Send only the fields you want to change (for example title and description).

FieldTypeDescription
titlestringPlaylist title.
descriptionstringPlaylist description.
onlinebooleanWhether the playlist is enabled for playback.
autoplaybooleanStart playback automatically.
passwordstringOptional password to protect the playlist.
google_analyticsstringOptional Google Analytics tracking code. When tracking is off, responses often show "false" as a string.
referers_idstringOptional domain restriction set id.
countries_idstringOptional geo restriction set id.
theme_idstringOptional theme id.

Response

CodeMeaning
200Playlist updated. Returns the playlist object (id is a UUID).
📘

Confirm with Lookup Playlist if you need to re-read the object after update.

Path Params
uuid
required

Playlist identifier (UUID)

Body Params
string

Playlist title

string

Playlist description

boolean

Start playback automatically

boolean

Enables or disables playback for the playlist

string

Google Analytics tracking code. Omit to leave tracking unchanged.

string

Optional password to protect the playlist

string

Domain restriction set id

string

Geo restriction set id

string

Theme id

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json