nexus_unblock_tag
Unblock a previously blocked tag to restore visibility and manage your Nexus Mods preferences. Clears tag restrictions using v2 GraphQL.
Instructions
Unblock a previously blocked tag via v2 GraphQL.
Personal preference only: no public side effect. List reads (nexus_get_blocked_tags) can lag several seconds after this returns success - wait before re-reading to confirm.
Returns: JSON {unblockTag: {success}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | Tag ID to unblock. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |