File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ type IP struct {
343343 //
344344 // Default value: unknown
345345 ReverseStatus IPReverseStatus `json:"reverse_status"`
346- // ReverseStatusMessage message is an error occured with reverse
346+ // ReverseStatusMessage a message related to the reverse status, in case of an error for example
347347 ReverseStatusMessage * string `json:"reverse_status_message"`
348348}
349349
Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ type Image struct {
777777
778778 ExtraVolumes map [string ]* Volume `json:"extra_volumes"`
779779
780- FromServer * ServerSummary `json:"from_server"`
780+ FromServer string `json:"from_server"`
781781
782782 Organization string `json:"organization"`
783783
@@ -1921,7 +1921,7 @@ type ListImagesRequest struct {
19211921
19221922 Name * string `json:"-"`
19231923
1924- Public bool `json:"-"`
1924+ Public * bool `json:"-"`
19251925
19261926 Arch * string `json:"-"`
19271927}
@@ -2111,7 +2111,7 @@ type setImageRequest struct {
21112111
21122112 ExtraVolumes map [string ]* Volume `json:"extra_volumes"`
21132113
2114- FromServer * ServerSummary `json:"from_server"`
2114+ FromServer string `json:"from_server"`
21152115
21162116 Organization string `json:"organization"`
21172117
You can’t perform that action at this time.
0 commit comments