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.
2 parents 56bff48 + 82cf958 commit 13fdfd8Copy full SHA for 13fdfd8
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