This commit is contained in:
dayterr
2026-01-23 16:29:24 +03:00
parent 365a4991d2
commit 74c12914c9
17 changed files with 154 additions and 68 deletions

View File

@@ -21,6 +21,10 @@ type UpdateRequest struct {
// Description
// Required: false
Description string `url:"description,omitempty" json:"description,omitempty"`
// If true, all nodes belonging to the given zone will be marked for autostart
// Required: false
AutoStart interface{} `url:"autostart,omitempty" json:"autostart,omitempty" validate:"omitempty,isBool"`
}
// Update updates zone object