We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41dfd2 commit 9956393Copy full SHA for 9956393
instance.go
@@ -210,7 +210,7 @@ type InstanceCreateReq struct {
210
211
// InstanceReq
212
type InstanceUpdateReq struct {
213
- //UpgradePlan string `json:"upgrade_plan,omitempty"`
+ Plan string `json:"plan,omitempty"`
214
Label string `json:"label,omitempty"`
215
Tag string `json:"tag,omitempty"`
216
OsID int `json:"os_id,omitempty"`
0 commit comments