There was an error while loading. Please reload this page.
1 parent 36a4f45 commit 990c078Copy full SHA for 990c078
api/instance/v1/instance_sdk.go
@@ -1234,9 +1234,9 @@ type Bootscript struct {
1234
// Title: bootscript title.
1235
Title string `json:"title"`
1236
1237
-// Arch: bootscript architecture.
+// Architecture: bootscript architecture.
1238
// Default value: unknown_arch
1239
-Arch Arch `json:"arch"`
+Architecture Arch `json:"architecture"`
1240
1241
// Zone: zone in which the bootscript is located.
1242
Zone scw.Zone `json:"zone"`
0 commit comments