Rename a tag, category or tool
update_organizerRenames a recipe tag, category, or tool by its UUID. Mealie regenerates the slug from the new name, so existing links using the old slug will break.
Instructions
Renames a tag, category or tool. Mealie regenerates the slug from the new name, so anything referring to the old slug stops matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID from list_organizers | |
| kind | Yes | Which organizer: "tag" (free-form labels), "category" (the primary classification, one recipe usually has few) or "tool" (equipment a recipe needs) | |
| name | Yes | The new name |