Viz Multichannel
Version 4.2 | Published July 31, 2020 ©
PUT on Playlist in Channel (Version 2.0)
Update a playlist definition.
Syntax
PUT /api/channels/test/playlists/[playlist_id]Request
PUT /api/channels/test/playlists/testput HTTP/1.1Content-Type: application/atom+xml; type=entry<atom:entry xmlns:vaext="http://www.vizrt.com/atom-ext" xmlns:vizid="http://www.vizrt.com/opensearch/vizid" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub" xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom"> <inthub:name>testput</inthub:name> <atom:id>testput</atom:id> <atom:meta_data /> <inthub:description>Date 2 Playlist</inthub:description> <inthub:broadcastDate>2019-01-01</inthub:broadcastDate></atom:entry>Response
HTTP/1.1 200 OKContent-Type: application/atom+xml; type=entry<atom:entry xmlns:vaext="http://www.vizrt.com/atom-ext" xmlns:vizid="http://www.vizrt.com/opensearch/vizid" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub" xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom"> <inthub:name>testput</inthub:name> <atom:id>testput</atom:id> <atom:link rel="self" type="application/atom+xml; type=entry" href="http://127.0.0.1:9991/api/channels/test/playlists/testput" /> <atom:link rel="edit" type="application/atom+xml; type=entry" href="http://127.0.0.1:9991/api/channels/test/playlists/testput" /> <atom:link rel="refresh" type="application/atom+xml; type=entry" href="http://127.0.0.1:9991/api/channels/test/playlists/testput/refresh" /> <atom:link rel="primaryevents" type="application/atom+xml; type=feed" href="http://127.0.0.1:9991/api/channels/test/playlists/testput/primaryevents" /> <atom:link rel="state" type="application/atom+xml; type=feed" href="http://127.0.0.1:9991/api/channels/test/playlists/testput/state" /> <atom:meta_data /> <inthub:description>Date 2 Playlist</inthub:description> <inthub:broadcastDate>2019-01-01</inthub:broadcastDate></atom:entry>