Update a tag
PUT {{yourAccountUrl}}/api/3/tags/:tagId
Request Body
{"tag"=>{"tag"=>"tag3 updated", "tagType"=>"contact", "description"=>"testing updating a tag using the API"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | Your ActiveCampaign API Token |