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 5cbb27f commit 5acdf46Copy full SHA for 5acdf46
zendesk/ticket_comment.go
@@ -33,7 +33,7 @@ type TicketComment struct {
33
Via *Via `json:"via,omitempty"`
34
}
35
36
-// Contains the body of the RedactTicketComment PUT request
+// RedactTicketCommentRequest contains the body of the RedactTicketComment PUT request
37
type RedactTicketCommentRequest struct {
38
TicketID int64 `json:"ticket_id"` // Required
39
HTMLBody string `json:"html_body,omitempty"`
0 commit comments