Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit dfdac0d

Browse files
committed
Add Code Snippets to Spec Files
1 parent 146863b commit dfdac0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/specs/messaging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,14 +1534,13 @@ components:
15341534
in: query
15351535
name: trackTotalCount
15361536
required: false
1537-
default: true
15381537
description: >-
15391538
When set to false, the response's totalCount field will have a maximum
15401539
value of 10,000. When set to true, or excluded, this will give an
15411540
accurate totalCount of all messages that match the provided filters.
1541+
example: true
15421542
schema:
15431543
type: boolean
1544-
example: true
15451544
schemas:
15461545
priorityEnum:
15471546
type: string

0 commit comments

Comments
 (0)