Kaltura API

cuepoint_cuepointupdate
Description:
Update cue point by id
Input Params
Name Type Description Required Default Value
id string V
cuePoint KalturaCuePoint V
Output Type
KalturaCuePoint
Example HTTP Hit
http://www.kaltura.com/api_v3/service/cuepoint_cuepoint/action/update
JSON object:
				
{ id: "value", cuePoint: { objectType: "KalturaCuePoint", entryId: "value", triggeredAt: value, tags: "value", startTime: value, partnerData: "value", partnerSortValue: value, forceStop: value, thumbOffset: value, systemName: "value" } }