File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ type DedicatedServerCreateInput struct {
231
231
Features []string `json:"features,omitempty"`
232
232
IPv6 bool `json:"ipv6"`
233
233
Hosts []DedicatedServerHostInput `json:"hosts"`
234
- OperatingSystemID * int64 `json:"operating_system_id"`
234
+ OperatingSystemID * int64 `json:"operating_system_id,omitempty "`
235
235
SSHKeyFingerprints []string `json:"ssh_key_fingerprints,omitempty"`
236
236
UserData * string `json:"user_data,omitempty"`
237
237
}
@@ -258,7 +258,7 @@ type SBMServerCreateInput struct {
258
258
FlavorModelID int64 `json:"sbm_flavor_model_id"`
259
259
LocationID int64 `json:"location_id"`
260
260
Hosts []SBMServerHostInput `json:"hosts"`
261
- OperatingSystemID * int64 `json:"operating_system_id"`
261
+ OperatingSystemID * int64 `json:"operating_system_id,omitempty "`
262
262
SSHKeyFingerprints []string `json:"ssh_key_fingerprints,omitempty"`
263
263
UserData * string `json:"user_data,omitempty"`
264
264
}
You can’t perform that action at this time.
0 commit comments