Skip to content

Commit

Permalink
Fix field of brand, ticket_form_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
nukosuke committed Jun 12, 2019
1 parent d540f1d commit 802b975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zendesk/brand.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Brand struct {
Active bool `json:"active,omitempty"`
Default bool `json:"default,omitempty"`
Logo Attachment `json:"logo,omitempty"`
TicketFieldIDs []int64 `json:"ticket_field_ids,omitempty"`
TicketFormIDs []int64 `json:"ticket_form_ids,omitempty"`
Subdomain string `json:"subdomain"`
HostMapping string `json:"host_mapping,omitempty"`
SignatureTemplate string `json:"signature_template"`
Expand Down

0 comments on commit 802b975

Please sign in to comment.