Skip to content

Commit c931f9d

Browse files
author
Genevieve Nuebel
committed
Make values consistent
1 parent 6809805 commit c931f9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi/mx_platform_api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6996,14 +6996,14 @@ 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.
6999+
- description: When set to `false`, the aggregation will not gather holdings data, but will include account and transactions data. Defaults to `true`.
70007000
example: false
70017001
in: query
70027002
name: include_holdings
70037003
required: false
70047004
schema:
70057005
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.
7006+
- description: When set to `false`, the aggregation will not gather transactions data, but will include account and holdings data. Defaults to `true`.
70077007
example: false
70087008
in: query
70097009
name: include_transactions

0 commit comments

Comments
 (0)