quire.updateTag
Update a tag's name, global visibility, or color by providing its OID and optional parameters.
Instructions
Update a tag's name, global status, or color.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oid | Yes | The tag OID (unique identifier) | |
| name | No | New name for the tag | |
| global | No | Whether the tag is global (available across projects). If set to false, you must also provide 'project'. | |
| project | No | Project OID that this tag is limited to. Used only when 'global' is explicitly set to false; ignored otherwise. | |
| color | No | Tag color index from Quire's predefined palette (two-digit code, e.g., '35') |