Update an existing intelligent playlist

Updates an intelligent playlist's schedule-level properties (name, thumbnail) and its associated item's search filter configuration (collections, tags, date ranges). First retrieves the current playlist and item data, then performs a merge with the provided values, preserving any unmodified fields.

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

The unique identifier of the intelligent playlist to update

collections
array of objects
required

The collections to filter content by; pass empty array to keep current

collections*
string
required

The end date for the content search range; pass null to keep current

integer
required

The end search duration in minutes; pass null to keep current

string
required

The display name for the playlist; pass null to keep current

string
required
string
required

The start date for the content search range; pass null to keep current

integer
required

The search duration in minutes; pass null to keep current

string
required

The type of search filter to apply; pass null to keep current

tags
array of objects
required

The tags to filter content by; pass empty array to keep current

tags*
thumbnailAsset
object
required

The thumbnail asset for the playlist; pass null to keep current

Responses
200

Success

400

Bad Request

401

The caller is not authenticated

404

The specified intelligent playlist was not found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!