We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c4fec7 + 5cae9c2 commit ebe8ed6Copy full SHA for ebe8ed6
upcloud/request/server.go
@@ -58,7 +58,7 @@ type CreateServerStorageDevice struct {
58
Storage string `json:"storage"`
59
Title string `json:"title,omitempty"`
60
// Storage size in gigabytes
61
- Size int `json:"size"`
+ Size int `json:"size,omitempty"`
62
Tier string `json:"tier,omitempty"`
63
Type string `json:"type,omitempty"`
64
}
0 commit comments