Skip to content

Commit

Permalink
fix: Fix typo in Zone struct Catalog fields json name
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefaan Verscheure authored and joeig committed Jun 29, 2023
1 parent 0dc565b commit 713dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zones.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Zone struct {
SOAEditAPI *string `json:"soa_edit_api,omitempty"`
APIRectify *bool `json:"api_rectify,omitempty"`
Zone *string `json:"zone,omitempty"`
Catalog *string `json:"catalog.omitempty"`
Catalog *string `json:"catalog,omitempty"`
Account *string `json:"account,omitempty"`
Nameservers []string `json:"nameservers,omitempty"`
MasterTSIGKeyIDs []string `json:"master_tsig_key_ids,omitempty"`
Expand Down

0 comments on commit 713dfeb

Please sign in to comment.