Update n8n Tag
n8n_update_tagRename an existing tag by specifying its ID and the new name. Updates the tag to use the provided name.
Instructions
Rename an existing tag.
Args:
id (string): Tag ID
name (string): New tag name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Tag ID | |
| name | Yes | New tag name |