mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Add mergePayees to the API reference (#404)
This commit is contained in:
@@ -54,7 +54,8 @@ This is the documentation of all available API methods. The API has not been rel
|
||||
"getPayees",
|
||||
"createPayee",
|
||||
"updatePayee",
|
||||
"deletePayee"
|
||||
"deletePayee",
|
||||
"mergePayees"
|
||||
]} />
|
||||
|
||||
<APIList title="Rules" sections={[
|
||||
@@ -453,6 +454,12 @@ Update fields of a payee. `fields` can specify any field described in [`Payee`](
|
||||
|
||||
Delete a payee.
|
||||
|
||||
#### `mergePayees`
|
||||
|
||||
<Method name="mergePayees" args={[{ name: 'targetId', type: 'id' }, { name: 'mergeIds', type: 'id[]' }]} returns="Promise<null>" />
|
||||
|
||||
Merge one or more payees into the target payee, retaining the name of the target.
|
||||
|
||||
## Rules
|
||||
|
||||
#### ConditionOrAction
|
||||
|
||||
Reference in New Issue
Block a user