| media:addcontent | ||||
|---|---|---|---|---|
| Description: | ||||
| Add content to media entry which is not yet associated with content (therefore is in status NO_CONTENT). If the requirement is to replace the entry's associated content, use action updateContent. |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| entryId | string | V | ||
| resource | KalturaResource | |||
| Output Type | ||||
| KalturaMediaEntry | ||||
| Errors | ||||
| ENTRY_ID_NOT_FOUND,Entry id "%s" not found | ||||
| ENTRY_ALREADY_WITH_CONTENT,Entry already associated with content | ||||
| Example HTTP Hit | ||||
| http://www.kaltura.com/api_v3/?service=media&action=addcontent POST fields: entryId |
||||