notes_update_tag
Update a Baby Buddy tag by its slug to change its name or color, using the slug from list_tags.
Instructions
Update an existing tag by slug. Tags are keyed by slug, not numeric ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New tag name | |
| slug | Yes | Slug of the tag to update (the 'slug' field from list_tags) | |
| color | No | New color as a hex code (e.g. #ff5733) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||