Skip to content

Commit

Permalink
Convert DatabaseUpdate VPCID to pointer for empty values (vultr#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
christhemorse authored Oct 24, 2023
1 parent 4307010 commit a914d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ type DatabaseUpdateReq struct {
Plan string `json:"plan,omitempty"`
Label string `json:"label,omitempty"`
Tag string `json:"tag,omitempty"`
VPCID string `json:"vpc_id,omitempty"`
VPCID *string `json:"vpc_id,omitempty"`
MaintenanceDOW string `json:"maintenance_dow,omitempty"`
MaintenanceTime string `json:"maintenance_time,omitempty"`
ClusterTimeZone string `json:"cluster_time_zone,omitempty"`
Expand Down

0 comments on commit a914d97

Please sign in to comment.