We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa09c84 commit 3dad7a8Copy full SHA for 3dad7a8
zendesk/ticket_comment.go
@@ -90,6 +90,9 @@ const (
90
91
// TicketCommentCreatedAtDesc defines DESC sort val.
92
TicketCommentCreatedAtDesc listTicketCommentsSort = "-created_at"
93
+
94
+ // ListTicketCommentsMaxPageSize contains the max page size.
95
+ ListTicketCommentsMaxPageSize int64 = 100
96
)
97
98
// ListTicketCommentOptions contains all the options supported by ListTicketComments endpoint.
0 commit comments