@@ -887,7 +887,7 @@ paths:
887
887
- $ref : ' #/components/parameters/sort'
888
888
- $ref : ' #/components/parameters/pageToken'
889
889
- $ref : ' #/components/parameters/limit'
890
- - $ref : ' #/components/parameters/trackTotalCount '
890
+ - $ref : ' #/components/parameters/limitTotalCount '
891
891
responses :
892
892
' 200 ' :
893
893
$ref : ' #/components/responses/listMessagesResponse'
@@ -1530,14 +1530,16 @@ components:
1530
1530
schema :
1531
1531
type : integer
1532
1532
example : 50
1533
- trackTotalCount :
1533
+ limitTotalCount :
1534
1534
in : query
1535
- name : trackTotalCount
1535
+ name : limitTotalCount
1536
1536
required : false
1537
1537
description : >-
1538
- When set to false, the response's totalCount field will have a maximum
1539
- value of 10,000. When set to true, or excluded, this will give an
1540
- accurate totalCount of all messages that match the provided filters.
1538
+ When set to true, the response's totalCount field will have a maximum
1539
+ value of 10,000. When set to false, or excluded, this will give an
1540
+ accurate totalCount of all messages that match the provided filters. If
1541
+ you are experiencing latency, try using this parameter to limit your
1542
+ results.
1541
1543
example : true
1542
1544
schema :
1543
1545
type : boolean
@@ -1607,7 +1609,7 @@ components:
1607
1609
type : integer
1608
1610
description : >-
1609
1611
The total number of messages matched by the search. When the request
1610
- has trackTotalCount set to false this value is limited to 10,000.
1612
+ has limitTotalCount set to false this value is limited to 10,000.
1611
1613
example : 100
1612
1614
pageInfo :
1613
1615
$ref : ' #/components/schemas/pageInfo'
0 commit comments