Update an ad-break scheduled on a Virtual Channel service
PUT {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{serviceId}/slots/{id}
Request Body
{"name"=>"Virtual Channel Program A", "startTime"=>"2022-02-25T12:30:00Z", "duration"=>120, "category"=>{"id"=>1}, "type"=>"ad-break"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |