Kaltura API DocumentationattachmentAsset.setContent

Update content of attachment asset

Try it out
post https://www.kaltura.com/api_v3/service/attachment_attachmentasset/action/setContent

Request Parameters

body:object
object
contentResource*:object:KalturaContentResource

abstract

Is a unified way to add content to Kaltura whether it's an uploaded file, webcam recording, imported URL or existing file sync.

objectType:string
Enum: KalturaUrlResource, KalturaAssetResource, KalturaEntryResource, KalturaFileSyncResource, KalturaOperationResource, KalturaRemoteStorageResources, KalturaStringResource, KalturaRemoteStorageResource, KalturaSshUrlResource, KalturaWebcamTokenResource, KalturaDropFolderFileResource, KalturaServerFileResource, KalturaUploadedFileResource, KalturaUploadedFileTokenResource
KalturaContentResource must also match all of:
object:KalturaResource
id*:string

Response

Success

object:KalturaAttachmentAsset
filename:string

The filename of the attachment asset content

format:string
Enum: TEXT [1], MEDIA [2], DOCUMENT [3], JSON [4]

Enum Type: KalturaAttachmentType

The attachment format

objectType:string
Enum: KalturaAttachmentAsset, KalturaTranscriptAsset
status:integer
Enum: ERROR [-1], QUEUED [0], READY [2], DELETED [3], IMPORTING [7], EXPORTING [9]

readOnly

Enum Type: KalturaAttachmentAssetStatus

The status of the asset

title:string

Attachment asset title

KalturaAttachmentAsset must also match all of:
object:KalturaAsset
KalturaAttachmentAsset must also match any of:
object:KalturaAttachmentAssetobject:KalturaTranscriptAsset