nexus_update_user_donation_preferences
Update your Donation Points payout and donation settings: set PayPal address, opt mods in, and configure donation distribution. Only provided preferences are changed.
Instructions
Update the current user's Donation Points preferences via v2 GraphQL.
Only the provided fields are changed; omitted fields stay as-is.
Returns: JSON {success, userDonationPreferences: {...}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paypal | No | PayPal address for payouts. | |
| dp_opted_in | No | Opt your mods into Donation Points. | |
| donate_profile | No | Donate from profile. | |
| donate_straight | No | Donate DP straight to authors. | |
| donate_ownpremium | No | Donate from own premium share. | |
| donate_premium_max | No | Max premium donation amount. | |
| donate_authorpremium | No | Donate to author premium share. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |