Tool name: update-manual-tag
Changes the name or the description of a manual tag in KlickTipp. Only manual tags can be changed: a tag KlickTipp puts on contacts itself takes its name from the newsletter, automation or form behind it and is refused. Renaming a tag does not change who carries it and does not break the campaigns and automations that use it, since those refer to its ID -- but the result lists them, because a rename shows up wherever the name is read. Everything else about the tag, including its auto-subscribe configuration and whether it is single value, stays as it is.
New name of the tag, which has to stay unique within the account; omit to keep the current one
New description of what the tag stands for; omit to keep the current one
{ "tagId": 1, "name": null, "description": null, "accountId": null }
{ "accountId": 0, "id": 0, "name": "string", "description": "string", "type": "string", "isWritable": true, "multiValue": true, "editUrl": "string", "usedBy": [ "string" ] }