This commit is contained in:
2023-09-04 18:48:22 +03:00
parent e8270453cc
commit 4d9b8fc9d8
5 changed files with 36 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ type CreateRequest struct {
// Start now Load balancer
// Required: false
Start bool `url:"start" json:"start" validate:"required"`
Start bool `url:"start" json:"start"`
// Text description of this load balancer
// Required: false