RenameVideoMatchDatabase
Renames a database that stores training data for video matching.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that you want to rename. | Yes |
newdatabase
|
The new name for the database (maximum 254 bytes). | Yes |
Example
The following example renames the database movies
, using the new name movie-clips
.
/action=RenameVideoMatchDatabase&database=movies&newdatabase=movie-clips
Response
<autnresponse> <action>RENAMEVIDEOMATCHDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>