Update per-account user-editable settings
PATCH/api/v1/accounts/:accountId/settings
Update the small set of per-account settings the user can tune from the Account settings UI. Only the fields supplied in the body are updated; missing fields keep their existing values.
Current fields:
- reconciliationEpsilon: noise floor (in account currency) below which the daily cash-balance reconciliation engine treats a delta as noise and writes no BalanceDiscrepancy. Default $1.00. Increase if the broker reports frequent sub-dollar rounding that swamps the resolution queue.
Request
Responses
- 200
- 400
- 401
- 404
Settings updated
Validation error
Authentication required
Account not found or access denied