Rename Tag
rename_tagRename a registered tag by updating its display name and slug. Resolve conflicts when the tag is in use by choosing to cascade changes to linked records or rename only the registry entry.
Instructions
Rename a registered tag. Updates the display name and slug. If the tag is in use and propagate is not explicitly set, a conflict response is returned asking whether to propagate the rename. Set propagate=true or propagate=false to skip the conflict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | Tag registry UUID. | |
| cascade | No | If true, rename the tag on all tasks/customers/financial records that use it. If false, rename only the registry entry. If omitted and the tag is in use, a conflict is returned asking the user to decide. | |
| new_name | Yes | New display name for the tag. | |
| propagate | No | Deprecated: use `cascade`. |