nexus_update_mod_direct_download
Enable or disable direct downloads (no ad walls) for your own mod using OAuth, so mod authors can control access in an automated release pipeline.
Instructions
Enable or disable direct (no-ads) downloads on your own mod via v2 GraphQL.
REQUIRES OAuth login (nexus_oauth_login + nexus_oauth_exchange): this user-context mutation is rejected under apikey-only auth even for the mod owner. Useful for mod authors automating release pipelines.
Returns: JSON payload from Nexus or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | True to enable direct downloads for this mod, false to disable. | |
| mod_uid | Yes | Mod UID (numeric string, e.g. from nexus_get_mod 'uid'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |