Videos
Update video
patch/video/{video_id}
Path parameters
video_idstring required
Example:m-12345
Request body
Example request
{
"name": "Updated Video Name"
}Response
Video updated
Example response
{
"success": true,
"data": {
"id": "m-12345",
"name": "video.mp4",
"description": "Video description",
"collection_id": "default",
"length": 120.5,
"size": 1048576,
"stream_url": "https://stream.videodb.io/v/12345",
"player_url": "https://console.videodb.io/player/12345",
"thumbnail_url": "https://assets.videodb.io/thumb/12345.jpg"
}
}