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 3dad7a8 commit 3f19b8aCopy full SHA for 3f19b8a
zendesk/ticket_comment.go
@@ -92,7 +92,7 @@ const (
92
TicketCommentCreatedAtDesc listTicketCommentsSort = "-created_at"
93
94
// ListTicketCommentsMaxPageSize contains the max page size.
95
- ListTicketCommentsMaxPageSize int64 = 100
+ ListTicketCommentsMaxPageSize int = 100
96
)
97
98
// ListTicketCommentOptions contains all the options supported by ListTicketComments endpoint.
0 commit comments