Skip to content

Commit 9956393

Browse files
committed
v2 instance plan for update
1 parent a41dfd2 commit 9956393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instance.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ type InstanceCreateReq struct {
210210

211211
// InstanceReq
212212
type InstanceUpdateReq struct {
213-
//UpgradePlan string `json:"upgrade_plan,omitempty"`
213+
Plan string `json:"plan,omitempty"`
214214
Label string `json:"label,omitempty"`
215215
Tag string `json:"tag,omitempty"`
216216
OsID int `json:"os_id,omitempty"`

0 commit comments

Comments
 (0)