| metadata_metadataprofile:addfromfile | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Allows you to add a metadata profile object and metadata profile file associated with Kaltura object type |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| metadataProfile | KalturaMetadataProfile | V | |||
| xsdFile | file | XSD metadata definition | V | ||
| viewsFile | file | UI views definition | |||
| Output Type | |||||
| KalturaMetadataProfile | |||||
| Errors | |||||
| METADATA_FILE_NOT_FOUND;FILE_NAME;Metadata file not found [@FILE_NAME@] | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=metadata_metadataprofile&action=addfromfile POST fields: metadataProfile:relatedObjects metadataProfile:id metadataProfile:partnerId metadataProfile:metadataObjectType metadataProfile:version metadataProfile:name metadataProfile:systemName metadataProfile:description metadataProfile:createdAt metadataProfile:updatedAt metadataProfile:status metadataProfile:xsd metadataProfile:views metadataProfile:xslt metadataProfile:createMode metadataProfile:disableReIndexing xsdFile viewsFile |
|||||