Upload segment
Takes a recording in from the browser and puts it in the library, ready to air
POST /segments/upload
note
SDK method: uploadSegment
Security: authenticated (policy: platform.manage)
Request body (multipart/form-data)
Accepts a SegmentUpload object.
Response
201 Created — Returns a Segment object.
400 Bad Request
413
415