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 1fa8a88 commit 1ea10e4Copy full SHA for 1ea10e4
zendesk/ticket_comment.go
@@ -82,7 +82,7 @@ func (z *Client) CreateTicketComment(ctx context.Context, ticketID int64, ticket
82
return result, err
83
}
84
85
-// ListTicketCommentResult contains the resulting ticket comments
+// ListTicketCommentsResult contains the resulting ticket comments
86
// and cursor pagination metadata.
87
type ListTicketCommentsResult struct {
88
TicketComments []TicketComment `json:"comments"`
0 commit comments