mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 03:23:51 -05:00
✨ (api) ability to run bank sync via the API (#2683)
This commit is contained in:
committed by
GitHub
parent
e5933ad8cd
commit
f8352808c4
@@ -35,6 +35,10 @@ export async function sync() {
|
||||
return send('api/sync');
|
||||
}
|
||||
|
||||
export async function runBankSync(args?: { accountId: string }) {
|
||||
return send('api/bank-sync', args);
|
||||
}
|
||||
|
||||
export async function batchBudgetUpdates(func) {
|
||||
await send('api/batch-budget-start');
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user