Add mergePayees to the API reference (#404)

This commit is contained in:
Matt Fiddaman
2024-07-12 16:04:09 +01:00
committed by GitHub
parent aef82dee24
commit c5c5d55782

View File

@@ -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