Skip to main content
POST
Update Video

Authorizations

AccessKey
string
header
required

AccessKey based authentication

Path Parameters

libraryId
integer<int64>
required
videoId
string
required

Body

application/json
title
string | null

The title of the video

collectionId
string | null

The ID of the collection where the video belongs

chapters
object[] | null

The list of chapters available for the video

moments
object[] | null

The list of moments available for the video

metaTags
object[] | null

The meta tags added to the video

Response

The thumbnail was successfully set

success
boolean

Determines if the request was successful

message
string | null

Response message description

statusCode
integer<int32>

The response status code

Last modified on June 26, 2026