We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a350561 + 5fe4b14 commit 498a141Copy full SHA for 498a141
domains.go
@@ -52,7 +52,7 @@ type domainsRoot struct {
52
// DomainCreateRequest respresents a request to create a domain.
53
type DomainCreateRequest struct {
54
Name string `json:"name"`
55
- IPAddress string `json:"ip_address"`
+ IPAddress string `json:"ip_address,omitempty"`
56
}
57
58
// DomainRecordRoot is the root of an individual Domain Record response
0 commit comments