Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

metadata_metadata:invalidate
Description:
Mark existing metadata as invalid
Used by batch metadata transform
Input Params
Name Type Description Required Default Value Restrictions
id int V
version int Enable update only if the metadata object version did not change by other process
Output Type
No Output
Errors
METADATA_NOT_FOUND;ID;metadata not found, id [@ID@]
INVALID_METADATA_VERSION;VERSION;invalid metadata version [@VERSION@]
Example HTTP Hit
http://www.kaltura.com/api_v3/?service=metadata_metadata&action=invalidate
POST fields:
id
version