UpdateVisualClusteringItemMetadata

Updates the value of a key-value pair in the custom metadata of a visual clustering item.

Type: synchronous

Parameter Description Required
database The name of the database that contains the item. Yes
identifier The identifier of the item for which you want to update metadata. Yes
key The key of the key-value pair to update. Yes
newvalue The new value (maximum 254 bytes). Yes

Example

/action=UpdateVisualClusteringItemMetadata&database=BroadcastClips&identifier=item1&key=duration&newvalue=124

Response

<autnresponse>
  <action>UPDATEVISUALCLUSTERINGITEMMETADATA</action>
  <response>SUCCESS</response>
  <responsedata></responsedata>
</autnresponse>