Update playlist item
update_playlist_itemUpdate an existing playlist item by modifying its name, duration, schedule, asset, or other mutable fields. Only the provided fields are changed, leaving the rest intact.
Instructions
Patch an existing content item.
When to use:
Renaming an item, adjusting duration_seconds, changing a schedule window, swapping the asset on an image/video item.
When NOT to use:
For changing type — delete the item and add a new one (type drives a different validation surface).
For reordering — use reorder_playlist_items.
What to know:
Only the provided fields are touched. Pass null on nullable fields to clear them.
Mutable: name, duration_seconds, is_selected, schedule_start, schedule_end, asset_id, external_url, config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| config | No | ||
| item_id | Yes | ||
| asset_id | No | ||
| is_selected | No | ||
| playlist_id | Yes | ||
| external_url | No | ||
| schedule_end | No | ||
| schedule_start | No | ||
| duration_seconds | No |