We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a350561 commit 5fe4b14Copy full SHA for 5fe4b14
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