update_space_tag
Update a Space tag's name and colors by identifying it with its current name.
Instructions
Update an existing Space tag — rename it and/or change its colors. Identify it by its current name. Returns the updated tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ID of the Space the tag belongs to. | |
| tag_name | Yes | Current name of the tag to update. | |
| name | Yes | Tag name (case-sensitive; used as the tag's identifier within the Space). | |
| tag_fg | No | Foreground (text) color as a hex string, e.g. #ffffff. | |
| tag_bg | No | Background color as a hex string, e.g. #ff0000. |