File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -1104,10 +1104,12 @@ endpoints:
1104
1104
description : >
1105
1105
Description of the StackScript.
1106
1106
type : String
1107
- distributions :
1107
+ images :
1108
1108
description : >
1109
- A list of distributions compatible with StackScript.
1110
- type : distribution
1109
+ A list of official images compatible with StackScript. Official
1110
+ images' creator is "linode".
1111
+ type : String
1112
+ isArray : true
1111
1113
is_public :
1112
1114
optional : true
1113
1115
description : >
Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ schema:
30
30
editable : true
31
31
value : Installs the Linode API bindings
32
32
filterable : true
33
- distributions :
34
- description : A list of distributions this StackScript is compatible with.
33
+ images :
34
+ description : >
35
+ A list of public, official images this StackScript is compatible with.
36
+ Official images' creator will be 'linode'.
35
37
type : String
36
38
isArray : true
37
- seeAlso : " /reference/endpoints/linode/distributions "
39
+ seeAlso : " /reference/endpoints/images "
38
40
editable : true
39
41
filterable : true
40
42
value :
You can’t perform that action at this time.
0 commit comments