media:updatethumbnail | |||||
---|---|---|---|---|---|
Description: | |||||
Update media entry thumbnail by a specified time offset (In seconds) If flavor params id not specified, source flavor will be used by default |
|||||
Input Params | |||||
Name | Type | Description | Required | Default Value | Restrictions |
entryId | string | Media entry id | V | ||
timeOffset | int | Time offset (in seconds) | V | ||
flavorParamsId | int | The flavor params id to be used | |||
Output Type | |||||
KalturaMediaEntry | |||||
Errors | |||||
ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
PERMISSION_DENIED_TO_UPDATE_ENTRY;;User can update only the entries he own, otherwise an admin session must be used | |||||
Example HTTP Hit | |||||
http://www.kaltura.com/api_v3/?service=media&action=updatethumbnail POST fields: entryId timeOffset flavorParamsId |