nexus_update_tag
Update an existing tag's name, adult flag, game associations, global status, or category. Only specified fields change, leaving others intact. Requires moderator permissions.
Instructions
Update an existing tag (moderator permissions may be required) via v2 GraphQL.
Only the provided fields are changed; omitted fields stay as-is.
Returns: JSON {success, tag: {id, name}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New tag name. | |
| adult | No | Adult content tag. | |
| tag_id | Yes | Tag ID. | |
| game_ids | No | Comma-separated game IDs to attach. | |
| global_tag | No | Mark as global tag. | |
| category_id | No | New tag category ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |