update_space_tag
Rename or change the color of an existing space tag. Provide the current tag name and new details to update the tag.
Instructions
Update an existing Space tag (rename / recolor).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Space ID. | |
| tag_name | Yes | Current tag name. | |
| name | Yes | Tag name. | |
| tag_fg | No | Foreground hex color, e.g. #ffffff. | |
| tag_bg | No | Background hex color, e.g. #ff0000. |