PUT https://api.mave.io/v1/videos/{id}
Sie können ein Video in eine andere Sammlung verschieben. Wenn null als Sammlung bereitgestellt wird, wird es in das Stammverzeichnis des Speicherplatzes verschoben (oder, wenn es archiviert wird, in das Stammverzeichnis des Archivs).
{
"name": "new name", // set new name
"collection": "ubg50fRgMoWlCUU" // to move to another collection
}{
"created": 1643723737, // when this video embed was created
"duration": null, // duration of the video
"width": null, // width of the video in pixels
"height": null, // height of the video in pixels
"id": "ubg50apemJaHEYZ", // the ID if you want to store it for your user and possibly webhooks
"last_upload": null, // when a video has been uploaded
"name": null, // name of the file or chosen name
"object": "video", // the type of object you're looking at
"poster_image": null, // uploaded poster or first frame of video when uploaded
"size": null, // size of the video
"renditions": [],
"subtitles": []
}