Update Tag Details

Description

To update details in an existing tag

Requested Payload:

  • name: The name of the tag.
  • color: The color code of the tag.

OAuth Scope:

SalesIQ.​tags.UPDATE

Method: 

PUT

URL

Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{screenname}/tags/{tagid}

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker/tags/54000000002009

Payload

Copied{
    "name" : "Spain",
    "color" : "#fF7609"
}