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 |
---|---|---|
|
| Video with UUID |
|
| The track could not be found. |