Skip to content

Commit a3b13af

Browse files
authored
feat(instance): allow empty boot type on create server #325
1 parent 7f15476 commit a3b13af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ type CreateServerRequest struct {
14681468
// BootType the boot type to use
14691469
//
14701470
// Default value: local
1471-
BootType BootType `json:"boot_type"`
1471+
BootType *BootType `json:"boot_type,omitempty"`
14721472
// Bootscript the bootscript ID to use when `boot_type` is set to `bootscript`
14731473
Bootscript *string `json:"bootscript,omitempty"`
14741474
// Organization the server organization ID

0 commit comments

Comments
 (0)