Skip to content

Commit 990c078

Browse files
authored
fix(instance): correct bootscript architecture field name (#2115)
1 parent 36a4f45 commit 990c078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,9 +1234,9 @@ type Bootscript struct {
12341234
// Title: bootscript title.
12351235
Title string `json:"title"`
12361236

1237-
// Arch: bootscript architecture.
1237+
// Architecture: bootscript architecture.
12381238
// Default value: unknown_arch
1239-
Arch Arch `json:"arch"`
1239+
Architecture Arch `json:"architecture"`
12401240

12411241
// Zone: zone in which the bootscript is located.
12421242
Zone scw.Zone `json:"zone"`

0 commit comments

Comments
 (0)