Changes parameters of the video to new values.
It’s allowed to update only those public parameters that are described in POST method to create a new “video” entity. So it’s not possible to change calculated parameters like “id”, “duration”, “hls_url”, etc.
Examples of changing:
{ "name": "new name of the video" } { "`directory_id`": 200 }
Please note that some parameters are used on initial step (before transcoding) only, so after transcoding there is no use in changing their values. For example, “origin_url” parameter is used for downloading an original file from a source and never used after transcoding; or “priority” parameter is used to set priority of processing and never used after transcoding.