v1.9.0
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
type ExecuteMaintenanceScriptRequest struct {
|
||||
// Grid (platform) ID
|
||||
// Required: true
|
||||
GID string `url:"gid" json:"gid" validate:"required"`
|
||||
GID uint64 `url:"gid" json:"gid" validate:"required"`
|
||||
|
||||
// Type of nodes you want to apply the action on
|
||||
// Required: true
|
||||
|
||||
Reference in New Issue
Block a user