cuepoint_cuepoint:update | ||||
---|---|---|---|---|
Description: | ||||
Update cue point by id |
||||
Input Params | ||||
Name | Type | Description | Required | Default Value |
id | string | V | ||
cuePoint | KalturaCuePoint | V | ||
Output Type | ||||
KalturaCuePoint | ||||
Errors | ||||
INVALID_CUE_POINT_ID,Invalid cue point id [%s] | ||||
Example HTTP Hit | ||||
http://www.kaltura.com/api_v3/?service=cuepoint_cuepoint&action=update POST fields: id cuePoint:id cuePoint:cuePointType cuePoint:status cuePoint:entryId cuePoint:partnerId cuePoint:createdAt cuePoint:updatedAt cuePoint:tags cuePoint:startTime cuePoint:userId cuePoint:partnerData cuePoint:partnerSortValue cuePoint:forceStop cuePoint:thumbOffset cuePoint:systemName |