This commit is contained in:
2023-09-27 14:46:23 +03:00
parent 78a4152471
commit 082f577e17
60 changed files with 72 additions and 2108 deletions

View File

@@ -79,7 +79,7 @@ type CreateRequest struct {
// Start VM upon success
// Required: false
Start bool `url:"start" json:"start"`
Start bool `url:"start,omitempty" json:"start,omitempty"`
// System name
// Required: false