Update Sweep AccountCopy Pageput https://api.stage.victorfi.com/v2/sweep/{sweepId}Update existing sweep settings between two accountsPath ParamssweepIdint64requiredThe id of the sweep account setting to update.Body ParamsUpdate sweep request.destination_account_numberstringlength between 3 and 20Destination account number to sweep toschedule_typestringenumAccount Sweeping Schedule Type. One of Automatic or ScheduledAutomaticScheduledAllowed:AutomaticScheduledschedule_timestringSchedule time when scheduleType is set to Scheduled. Format is ISO-8601 extended local time format which represents time without offset. Example: 10:15. Defaults to 6PM if not specifiedschedule_timezonestringSchedule time zone when scheduleType is set to Scheduled. Must be a valid time zone, for example America/New_York. Defaults to America/New_York if not specifiedenabledbooleanWhether to enable or disable this account sweeping configurationtruefalseHeadersIdempotency-Keystringlength ≤ 128A client provided unique value used by the server to identify subsequent retries of the same request.Responses 200Request succeeded. 404Sweep account not found.Updated 25 days ago