Skip to content

Commit 6809805

Browse files
author
Genevieve Nuebel
committed
Add optional params to aggregate member
1 parent ffdeebe commit 6809805

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

openapi/mx_platform_api.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6996,6 +6996,20 @@ paths:
69966996
required: true
69976997
schema:
69986998
type: string
6999+
- description: When set to false, the aggregation will not gather holdings data, but will include account and transactions data. Defaults to true.
7000+
example: false
7001+
in: query
7002+
name: include_holdings
7003+
required: false
7004+
schema:
7005+
type: boolean
7006+
- description: When set to false, the aggregation will not gather transactions data, but will include account and holdings data. Defaults to true.
7007+
example: false
7008+
in: query
7009+
name: include_transactions
7010+
required: false
7011+
schema:
7012+
type: boolean
69997013
responses:
70007014
"202":
70017015
content:

0 commit comments

Comments
 (0)