User settings
Update user settings
Updates the authenticated user's notification toggles and low-balance alert threshold. The threshold is provided as low_balance_threshold_amount (a whole-currency amount) plus low_balance_threshold_currency; the server converts it to cents. An unknown currency returns 422.
patch/v1/user_settings
Parameters
#/paths/~1v1~1users/get/parameters/0 — unresolved $ref
Request body
Example request
{
"low_balance_threshold_currency": "CLP"
}Response
The updated user settings.