mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
✨ (api) ability to run bank sync via the API (#350)
This commit is contained in:
committed by
GitHub
parent
5fe40200f1
commit
7360e35ace
@@ -51,6 +51,10 @@ This is the documentation of all available API methods. The API has not been rel
|
||||
"deletePayee"
|
||||
]} />
|
||||
|
||||
<APIList title="Misc" sections={[
|
||||
"runBankSync"
|
||||
]} />
|
||||
|
||||
## Types of methods
|
||||
|
||||
API methods are categorized into one of four types:
|
||||
@@ -426,3 +430,13 @@ Update fields of a payee. `fields` can specify any field described in [`Payee`](
|
||||
<Method name="deletePayee" args={[{ name: 'id', type: 'id' }]} returns="Promise<null>" />
|
||||
|
||||
Delete a payee.
|
||||
|
||||
## Misc
|
||||
|
||||
#### Methods
|
||||
|
||||
#### `runBankSync`
|
||||
|
||||
<Method name="runBankSync" args={[{ properties: [{ name: 'accountId', type: 'string' }] }]} returns="Promise<void>" />
|
||||
|
||||
Run the 3rd party (gocardless, simplefin) bank sync operation. This will download the transactions and insert them into the ledger.
|
||||
|
||||
Reference in New Issue
Block a user