attachment_attachmentasset:update | ||
---|---|---|
Description: | ||
Update attachment asset |
||
Input Params | ||
name | type | Description |
id | string | |
attachmentAsset | KalturaAttachmentAsset | |
Output Type | ||
type | ||
KalturaAttachmentAsset | ||
Errors | ||
ENTRY_ID_NOT_FOUND,Entry id "%s" not found | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=attachment_attachmentasset&action=update POST fields: id attachmentAsset:id attachmentAsset:entryId attachmentAsset:partnerId attachmentAsset:version attachmentAsset:size attachmentAsset:tags attachmentAsset:fileExt attachmentAsset:createdAt attachmentAsset:updatedAt attachmentAsset:deletedAt attachmentAsset:description attachmentAsset:partnerData attachmentAsset:partnerDescription attachmentAsset:filename attachmentAsset:title attachmentAsset:format attachmentAsset:status |