Kaltura API

annotation_annotationupdateCuePointsTimes
Description:
Input Params
Name Type Description Required Default Value
id string V
startTime int V
endTime int 1
Output Type
KalturaCuePoint
Example HTTP Hit
http://www.kaltura.com/api_v3/service/annotation_annotation/action/updateCuePointsTimes
JSON object:
				
{ id: "value", startTime: value, endTime: value }