Modify a segment

PATCH
/v1/dubbing/resource/:dubbing_id/segment/:segment_id/:language

Modifies a single segment with new text and/or start/end times. Will update the values for only a specific language of a segment. Does not automatically regenerate the dub.

Path parameters

dubbing_idstringRequired

ID of the dubbing project.

segment_idstringRequired

ID of the segment

languagestringRequired

ID of the language.

Request

This endpoint expects an object.
start_timedoubleOptional
end_timedoubleOptional
textstringOptional

Response

Successful Response

versioninteger

Errors

Built with