| liveChannelSegment:update | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Update live channel segment by id |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| id | int | V | |||
| liveChannelSegment | KalturaLiveChannelSegment | V | |||
| Output Type | |||||
| KalturaLiveChannelSegment | |||||
| Errors | |||||
| LIVE_CHANNEL_SEGMENT_ID_NOT_FOUND;SEGMENT_ID;Live channel segment id [@SEGMENT_ID@] not found | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=liveChannelSegment&action=update POST fields: id liveChannelSegment:relatedObjects liveChannelSegment:id liveChannelSegment:partnerId liveChannelSegment:createdAt liveChannelSegment:updatedAt liveChannelSegment:name liveChannelSegment:description liveChannelSegment:tags liveChannelSegment:type liveChannelSegment:status liveChannelSegment:channelId liveChannelSegment:entryId liveChannelSegment:triggerType liveChannelSegment:triggerSegmentId liveChannelSegment:startTime liveChannelSegment:duration |
|||||