We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f15476 commit a3b13afCopy full SHA for a3b13af
api/instance/v1/instance_sdk.go
@@ -1468,7 +1468,7 @@ type CreateServerRequest struct {
1468
// BootType the boot type to use
1469
//
1470
// Default value: local
1471
- BootType BootType `json:"boot_type"`
+ BootType *BootType `json:"boot_type,omitempty"`
1472
// Bootscript the bootscript ID to use when `boot_type` is set to `bootscript`
1473
Bootscript *string `json:"bootscript,omitempty"`
1474
// Organization the server organization ID
0 commit comments