Skip to content

Commit 653cbba

Browse files
authored
Merge pull request #2822 from Dorthu/stackscript-distro-image
Documents StackScript distro->image rename
2 parents 59cf944 + 2196e8b commit 653cbba

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

docs/src/data/endpoints/linodes.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,10 +1104,12 @@ endpoints:
11041104
description: >
11051105
Description of the StackScript.
11061106
type: String
1107-
distributions:
1107+
images:
11081108
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
11111113
is_public:
11121114
optional: true
11131115
description: >

docs/src/data/objects/stackscript.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ schema:
3030
editable: true
3131
value: Installs the Linode API bindings
3232
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'.
3537
type: String
3638
isArray: true
37-
seeAlso: "/reference/endpoints/linode/distributions"
39+
seeAlso: "/reference/endpoints/images"
3840
editable: true
3941
filterable: true
4042
value:

0 commit comments

Comments
 (0)