Update an existing AMM ruleput https://example.com/programs/{programCode}/accounts/{accountIdentifier}/ammRule/{ruleId}Updates the details of an existing Auto Money Movement (AMM) rule for the specified account and rule ID.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.accountIdentifierstringrequiredThe unique identifier for the account associated with the rule.ruleIdint64requiredThe unique identifier for the rule to update.Body ParamsThe request payload containing updated AMM rule details.ruleIDint64requiredThe unique identifier for the AMM rule to update.ammRuleNamestring | nullThe name assigned to the AMM rule.startDatedate-timeThe start date when the rule becomes active.endDatedate-timeThe end date when the rule expires or is deactivated.maxCapAmountdoubleThe maximum cap amount for transfers under this rule.rulePriorityint32The priority of the rule for execution order.fixedTransferAmountdoubleThe fixed transfer amount for each execution of the rule.transferPercentagedoubleThe percentage of the qualifying amount to transfer.scheduleDayint32The scheduled day for rule execution (e.g., day of month).ruleFrequencystring | nullThe frequency type of the rule (e.g., "Daily", "Weekly", "Monthly").HeadersX-GD-RequestIdstringrequiredA unique request identifier for tracking and logging. Should be a GUID.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago