Zum Hauptinhalt springen

Split section

POST 

/media/:mediaId/sections/:sectionId/split

Splits a MediaSection into two contiguous parts at the provided splitAt timestamp. Designed as a convenience method for clipping workflows, this operation ensures the original section's duration is preserved across two distinct ones. The response returns the modified original section as updated (changed to a timerange type ending at the splitAt point) alongside a newly generated section as created (inheriting the original type and end boundary, starting from the 'splitAt' point).

Request

Responses

Successful response.