put
https://developer.dacast.com/v2/playlists/
Update a playlist's metadata. Changing attributes like its title, description and settings.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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 forreferers_id,countries_id, ortheme_id, contact support or use a theme id returned by create/lookup.
Path parameter
| Name | Type | Description |
|---|---|---|
id | string (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).
| Field | Type | Description |
|---|---|---|
title | string | Playlist title. |
description | string | Playlist description. |
online | boolean | Whether the playlist is enabled for playback. |
autoplay | boolean | Start playback automatically. |
password | string | Optional password to protect the playlist. |
google_analytics | string | Optional Google Analytics tracking code. When tracking is off, responses often show "false" as a string. |
referers_id | string | Optional domain restriction set id. |
countries_id | string | Optional geo restriction set id. |
theme_id | string | Optional theme id. |
Response
| Code | Meaning |
|---|---|
| 200 | Playlist updated. Returns the playlist object (id is a UUID). |
Confirm with Lookup Playlist if you need to re-read the object after update.
