v1.2.0
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
type RestoreRequest struct {
|
||||
// ID of compute instance
|
||||
// Required: true
|
||||
ComputeID uint64 `url:"computeId"`
|
||||
ComputeID uint64 `url:"computeId" json:"computeId"`
|
||||
}
|
||||
|
||||
func (crq RestoreRequest) validate() error {
|
||||
|
||||
Reference in New Issue
Block a user