nexus_update_preferences
Update your Nexus Mods site preferences by specifying only the fields to change; omitted settings remain unchanged, enabling targeted adjustments without affecting other options.
Instructions
Update the current user's site preferences via v2 GraphQL.
Only the provided fields are changed; omitted fields stay as-is. Read current values with nexus_get_preferences.
Returns: JSON {success} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adult | No | Show adult content. | |
| results | No | Results per page. | |
| comments | No | Comments per page. | |
| download | No | Download method scope. | |
| reminder | No | Endorsement reminder window. | |
| dl_location | No | Preferred download location. | |
| bubble_reply | No | Bubble reply notifications. | |
| default_order | No | Default listing order. | |
| image_showcase | No | Image showcase mode. | |
| default_mods_tab | No | Default mods tab. | |
| marketing_emails | No | Receive marketing emails. | |
| adult_blur_images | No | Blur adult images. | |
| default_media_tab | No | Default media tab. | |
| default_search_type | No | Default search type. | |
| default_search_view | No | Default search view. | |
| notifications_active | No | Notifications enabled. | |
| display_last_activity | No | Display last activity. | |
| subfeeds_activity_your | No | Subfeed: activity on your content. | |
| subfeeds_comments_your | No | Subfeed: comments on your content. | |
| subfeeds_author_tracked | No | Subfeed: tracked authors. | |
| disable_profile_activity | No | Disable profile activity feed. | |
| subfeeds_activity_tracked | No | Subfeed: activity on tracked content. | |
| subfeeds_comments_tracked | No | Subfeed: comments on tracked content. | |
| default_mods_tab_time_range | No | Default mods tab time range. | |
| notifications_game_specific | No | Game-specific notifications. | |
| default_media_tab_time_range | No | Default media tab time range. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |