Skip to content

Commit

Permalink
Merge pull request #922 from mapped/fix-vnet-creation
Browse files Browse the repository at this point in the history
Fix error when creating virtual network w/o comment
  • Loading branch information
jacobbednarz committed Jun 7, 2022
2 parents dd4a273 + 8b85b5a commit dbe8fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel_virtual_networks.go
Expand Up @@ -36,7 +36,7 @@ type TunnelVirtualNetworksListParams struct {
type TunnelVirtualNetworkCreateParams struct {
AccountID string `json:"-"`
Name string `json:"name"`
Comment string `json:"comment,omitempty"`
Comment string `json:"comment"`
IsDefault bool `json:"is_default"`
}

Expand Down

0 comments on commit dbe8fc4

Please sign in to comment.