Register cue points command schema.

Hierarchy

  • RegisterCuePointsCommand

Properties

cue_points: CuePoint[]

An array of cue points to be registered.

remove_missing?: boolean

If true, cue points not included in the payload will be removed. The default value is false

skip_validation?: boolean

If true, the cue point times will not be validated against the video duration. The default value is false.

video_id: string

A UUID.

Generated using TypeDoc