RenameAudioMatchClip

Renames an audio match clip. Use this action to change the identifier for a clip that you have already added to a database.

Type: synchronous

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

Example

/action=RenameAudioMatchClip&database=music&identifier=clip1&newidentifier=clip2

Response

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