Updates the user's auto-recharge settings for their wallet.
POST/wallet/set-recharge-settings
Persists changes to AutoRechargeEnabled, WalletMax, and WalletRefillPoint on the user's profile using the writable context.
Validates user identity before update and logs failures for operational visibility.
Request
Responses
- 200
- 401
- 403
OK
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.