Add an Alias to a Tag

To add aliases to tags, follow the basic procedure described in Update a Tag. Aliases are defined by adding values to the aliases field of a tag entry's content element. The following tag entry, for example:

<entry xmlns="http://www.w3.org/2005/Atom">
  <id>tag:folksonomy.escenic.com,2002:tag-ap</id>
  <title type="text">Arbeiderpartiet</title>
  <content type="application/vnd.vizrt.payload+xml">
    <vdf:payload 
         model="http://host-ip-address/webservice/escenic/classification/model/tag"
         xmlns:vdf="http://www.vizrt.com/types">
      <vdf:field name="description">
        <vdf:value>Norwegian Labour Party</vdf:value>
      </vdf:field>
      <vdf:field name="aliases">
        <vdf:list>
          <vdf:value>AP</vdf:value>
          <vdf:value>Norwegian Labour Party</vdf:value>
        </vdf:list>
      </vdf:field>     
    </vdf:payload>
  </content>
</entry>

defines a tag called Arbeiderpartiet with two aliases: AP and Norwegian Labour Party.