baseentry:update | ||
---|---|---|
Description: | ||
Update base entry. Only the properties that were set will be updated. |
||
Input Params | ||
name | type | Description |
entryId | string | Entry id to update |
baseEntry | KalturaBaseEntry | Base entry metadata to update |
Output Type | ||
type | ||
KalturaBaseEntry | ||
Errors | ||
ENTRY_ID_NOT_FOUND,Entry id "%s" not found | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=baseentry&action=update POST fields: entryId baseEntry:id baseEntry:name baseEntry:description baseEntry:partnerId baseEntry:userId baseEntry:tags baseEntry:adminTags baseEntry:categories baseEntry:categoriesIds baseEntry:status baseEntry:moderationStatus baseEntry:moderationCount baseEntry:type baseEntry:createdAt baseEntry:updatedAt baseEntry:rank baseEntry:totalRank baseEntry:votes baseEntry:groupId baseEntry:partnerData baseEntry:downloadUrl baseEntry:searchText baseEntry:licenseType baseEntry:version baseEntry:thumbnailUrl baseEntry:accessControlId baseEntry:startDate baseEntry:endDate baseEntry:referenceId baseEntry:replacingEntryId baseEntry:replacedEntryId baseEntry:replacementStatus baseEntry:partnerSortValue baseEntry:conversionProfileId baseEntry:rootEntryId baseEntry:operationAttributes |