externalmedia_externalmedia:update | |||||
---|---|---|---|---|---|
Description: | |||||
Update external media entry. Only the properties that were set will be updated. |
|||||
Input Params | |||||
Name | Type | Description | Required | Default Value | Restrictions |
id | string | External media entry id to update | V | ||
entry | KalturaExternalMediaEntry | External media entry object to update | V | ||
Output Type | |||||
KalturaExternalMediaEntry | |||||
Errors | |||||
ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
Example HTTP Hit | |||||
http://www.kaltura.com/api_v3/?service=externalmedia_externalmedia&action=update POST fields: id entry:relatedObjects entry:id entry:name entry:description entry:partnerId entry:userId entry:creatorId entry:tags entry:adminTags entry:categories entry:categoriesIds entry:status entry:moderationStatus entry:moderationCount entry:type entry:createdAt entry:updatedAt entry:rank entry:totalRank entry:votes entry:groupId entry:partnerData entry:downloadUrl entry:searchText entry:licenseType entry:version entry:thumbnailUrl entry:accessControlId entry:startDate entry:endDate entry:referenceId entry:replacingEntryId entry:replacedEntryId entry:replacementStatus entry:partnerSortValue entry:conversionProfileId entry:redirectEntryId entry:rootEntryId entry:parentEntryId entry:operationAttributes entry:entitledUsersEdit entry:entitledUsersPublish entry:plays entry:views entry:lastPlayedAt entry:width entry:height entry:duration entry:msDuration entry:durationType entry:mediaType entry:conversionQuality entry:sourceType entry:searchProviderType entry:searchProviderId entry:creditUserName entry:creditUrl entry:mediaDate entry:dataUrl entry:flavorParamsIds entry:externalSourceType entry:assetParamsIds |