Viz Channel Branding User Guide

Version 5.2 | Published June 05, 2024 ©

PUT on Page in Page Pool (Version 2.0)

Update a page in the Page Pool of a channel.

Name and template can't be adjusted from it's original value.

Description, default duration and time to live can be empty.

Syntax
PUT /api/channels/[channel]/page_pool/[page]
Request
PUT /api/channels/test/page_pool/8000 HTTP/1.1
Content-Type: application/vizrt.integrationshubv2+xml; type=page
<inthub:page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub">
<inthub:name>8000</inthub:name>
<inthub:template>8000</inthub:template>
<inthub:description>Adjusted description.</inthub:description>
<inthub:defaultDuration>00:00:11.000</inthub:defaultDuration>
<inthub:timeToLive>2023-11-30</inthub:timeToLive>
</inthub:page>
Response
HTTP/1.1 200 OK
Content-Type: application/vizrt.integrationshubv2+xml; type=page
<inthub:page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub">
<inthub:name>8000</inthub:name>
<inthub:refLink rel="self" type="application/vizrt.integrationshubv2+xml; type=page" href="http://127.0.0.1:9991/api/channels/test/page_pool/8000" />
<inthub:refLink rel="edit" type="application/vizrt.integrationshubv2+xml; type=page" href="http://127.0.0.1:9991/api/channels/test/page_pool/8000" />
<inthub:refLink rel="pagecontent" type="application/vizrt.integrationshubv2+xml; type=pagecontent" href="http://127.0.0.1:9991/api/channels/test/page_pool/8000/pagecontent" />
 <inthub:template>8000</inthub:template>
<inthub:description>Adjusted description.</inthub:description>
<inthub:defaultDuration>00:00:11.000</inthub:defaultDuration>
<inthub:timeToLive>2023-11-30</inthub:timeToLive>
</inthub:page>