MoveImageHash

Moves an image hash from one database to another.

Type: synchronous

Parameter Description Required
database The name of the database that contains the image hash to move. Yes
identifier The identifier of the image hash to move. Yes
newdatabase The name of the database to move the image hash to. Yes

Example

/action=MoveImageHash&database=ImageHashes
                     &identifier=AnImage
                     &newdatabase=MoreImageHashes

Response

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