Rename Tag
rename_tagRename a tag's display name and slug. Choose to cascade the rename to all associated records or handle conflicts when tag is in use.
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`. |