RenameVisualClusteringItem
Renames an item in a visual clustering database. Use this action to change the identifier of an item.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the item. | Yes |
identifier
|
The identifier of the item to rename. | Yes |
newidentifier
|
The new identifier (maximum 254 bytes). | Yes |
Example
/action=RenameVisualClusteringItem &database=BroadcastClips &identifier=item1 &newidentifier=item001
Response
<autnresponse> <action>RENAMEVISUALCLUSTERINGITEM</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>