Update a low balance alert for a specific Account under a Customer.Ask AIpatch https://integration-api.tangocard.com/raas/v2/customers/{customerIdentifier}/accounts/{accountIdentifier}/lowbalance/{balanceAlertID}Path ParamscustomerIdentifierstringrequiredThe customerIdentifier for the Customer / Account combination under which you update the low balance alert.accountIdentifierstringrequiredThe accountIdentifier for the Customer / Account combination under which you update the low balance alert.balanceAlertIDuuidrequiredThe lowBalanceIdentifier for the Customer / Account / low balance combination under which you update the low balance alert.Body ParamsbalanceAlertDisplayNamestringA friendly name for this low balance alert (will be displayed in the Tango Portal).balanceAlertThresholdnumberThe threshold amount that will trigger the low balance alert.balanceAlertNotificationarray of objectsSend low balance notification emails to the following address(es). A provided list replaces the existing list, an empty list clears all existing emails, and a null/omitted value leaves the list unchanged.Balance Alert NotificationADD objectResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 409Conflict; Duplicate Exists 500Internal Server ErrorUpdated 7 months ago