Skip to content

Commit 3dad7a8

Browse files
committed
Add max page size
1 parent fa09c84 commit 3dad7a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zendesk/ticket_comment.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ const (
9090

9191
// TicketCommentCreatedAtDesc defines DESC sort val.
9292
TicketCommentCreatedAtDesc listTicketCommentsSort = "-created_at"
93+
94+
// ListTicketCommentsMaxPageSize contains the max page size.
95+
ListTicketCommentsMaxPageSize int64 = 100
9396
)
9497

9598
// ListTicketCommentOptions contains all the options supported by ListTicketComments endpoint.

0 commit comments

Comments
 (0)