MoveVideoMatchClip
Moves a video match clip from one database to another.
Type: synchronous
| Parameter | Description | Required |
|---|---|---|
database
|
The name of the database that currently contains the clip. | Yes |
identifier
|
The identifier of the clip to move. | Yes |
newdatabase
|
The name of the database to move the clip to. | Yes |
Example
The following example moves a clip from the movies database to the documentaries database:
/action=MoveVideoMatchClip&database=movies&identifier=clip7&newdatabase=documentaries
Response
<autnresponse> <action>MOVEVIDEOMATCHCLIP</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>