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
- 201
- 401
- 403
- 404
- 422
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.
Invalid data provided.