RenameImageHash

Renames an image hash. Use this action to change the identifier for an image hash that you have already added to a database.

Type: synchronous

Parameter Description Required
database The name of the database that contains the image hash. Yes
identifier The identifier of the image hash that you want to rename. Yes
newidentifier The new identifier for the image hash (maximum 254 bytes). Yes

Example

/action=RenameImageHash&database=ImageHashes
                       &identifier=AnImage
                       &newidentifier=DifferentImage

Response

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