Skip to main content

Update the Thumbnail for a Video

Updates the poster image for the video.

Authorizations: Recordings - EDIT

Requests

PUT /apis/assets/:assetId/thumbnail
{
"data": {
"timestamp": 1000,
"trackId": 3
}
}

Parameters

Property

JSON Type

Property Type

Description

timestamp

Number

Required

Time in milliseconds to update the thumbnail.

trackId

Number

Required

Track to use for the poster image.

Response

Success

(Empty payload)

Error

Code

Payload

Description

400
{code:"040002", "name":"AssetNotFound",
"message": "Video not found": 400}

Video with UUID Id not found.

404
{"code":"040015","name":"TrackNotFound",
"message":"Track not found", "httpStatusCode":404}

The track could not be found.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.