mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -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",
|
"getPayees",
|
||||||
"createPayee",
|
"createPayee",
|
||||||
"updatePayee",
|
"updatePayee",
|
||||||
"deletePayee"
|
"deletePayee",
|
||||||
|
"mergePayees"
|
||||||
]} />
|
]} />
|
||||||
|
|
||||||
<APIList title="Rules" sections={[
|
<APIList title="Rules" sections={[
|
||||||
@@ -453,6 +454,12 @@ Update fields of a payee. `fields` can specify any field described in [`Payee`](
|
|||||||
|
|
||||||
Delete a 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
|
## Rules
|
||||||
|
|
||||||
#### ConditionOrAction
|
#### ConditionOrAction
|
||||||
|
|||||||
Reference in New Issue
Block a user