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 |
metadataProfile | KalturaMetadataProfile | V | ||
xsdFile | file | XSD metadata definition | V | |
viewsFile | file | UI views definition | ||
Output Type | ||||
KalturaMetadataProfile | ||||
Errors | ||||
METADATA_FILE_NOT_FOUND,Metadata file not found [%s] | ||||
Example HTTP Hit | ||||
http://www.kaltura.com/api_v3/?service=metadata_metadataprofile&action=addfromfile POST fields: 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 xsdFile viewsFile |