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 096ccfd commit 82cf958Copy full SHA for 82cf958
zendesk/ticket.go
@@ -63,7 +63,7 @@ type Ticket struct {
63
SubmitterID int64 `json:"submitter_id,omitempty"`
64
AssigneeID int64 `json:"assignee_id,omitempty"`
65
OrganizationID int64 `json:"organization_id,omitempty"`
66
- GroupID int64 `json:"group_id,omitempty"`
+ GroupID json.Number `json:"group_id,omitempty"`
67
CollaboratorIDs []int64 `json:"collaborator_ids,omitempty"`
68
FollowerIDs []int64 `json:"follower_ids,omitempty"`
69
EmailCCIDs []int64 `json:"email_cc_ids,omitempty"`
0 commit comments