Hi,
Please can someone confirm or tell me the API process for updating a previously uploaded video? As far as I can tell it should be:
- Create a Kaltura Session (KS) (service: session --> start)
- Update the video (service: baseEntry --> updateContent) with the following parameters:
Required
- KS e.g. ODcxMTgxNGMw…
- entryId e.g. 0_fmbc4ecr
- resource (the video file to upload)
Optional
- conversionProfileId
- advancedOptions
Is there anything I have missed in the above? As far as I can tell there doesn’t appear to be any instructions for this in the API guide like there is for uploading a video to a new entry here
Thanks in advance for your help!