Skip to content

Commit

Permalink
Merge pull request #28 from vladhss/feature/add-host-domain-field
Browse files Browse the repository at this point in the history
Add missing `domain` field to hosts
  • Loading branch information
sahaqaa authored Jul 29, 2024
2 parents d199843 + f19dc8a commit 663b464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudconnexa/hosts.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Host struct {
Id string `json:"id,omitempty"`
Name string `json:"name"`
Description string `json:"description"`
Domain string `json:"domain"`
Domain string `json:"domain,omitempty"`
InternetAccess string `json:"internetAccess"`
SystemSubnets []string `json:"systemSubnets"`
Connectors []Connector `json:"connectors"`
Expand Down

0 comments on commit 663b464

Please sign in to comment.