UpdateVideoMatchClipMetadata
Updates the value of a key-value pair in the custom metadata of a video match clip.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the clip. | Yes |
identifier
|
The identifier of the clip to update. | Yes |
key
|
The key of the key-value pair to update. | Yes |
newvalue
|
The new value (maximum 254 bytes). | Yes |
Example
/action=UpdateVideoMatchClipMetadata&database=movies &identifier=8b40bcf6232a9d3ce9614fd9debe896b &key=released &newvalue=2005
Response
<autnresponse> <action>UPDATEVIDEOMATCHCLIPMETADATA</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>