Update the Thumbnail for a Video
Updates the poster image for the video.
Authorizations: Recordings - EDIT
Requests
PUT /apis/assets/:id/thumbnail { |
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", | Video with UUID |
404 | {"code":"040015","name":"TrackNotFound", | The track could not be found. |