@@ -54,7 +54,7 @@ endpoints:
54
54
if 'backup_id' or 'image' is sent.
55
55
type : String
56
56
deprecated : This parameter is deprecated and will be removed before the end of the Beta Period.
57
- See the changelog for more information.
57
+ You can provide the same inputs to "image" instead. See the changelog for more information.
58
58
root_pass :
59
59
optional : unless source == "distro"
60
60
description : >
@@ -90,8 +90,11 @@ endpoints:
90
90
optional : true
91
91
description : >
92
92
The gold-master image to use for the newly created Linode. May
93
- not be included if 'distribution' or 'backup_id' is sent.
94
- type : Integer
93
+ not be included if 'distribution' or 'backup_id' is sent. Official
94
+ images start with "linode/", while your own images start with
95
+ "private/"
96
+ type : String
97
+ value : " linode/debian9"
95
98
backups_enabled :
96
99
optional : true
97
100
description : >
@@ -199,13 +202,15 @@ endpoints:
199
202
is created.</li></ul> You may not provide distribution if image is provided.
200
203
type : String
201
204
deprecated : This parameter is deprecated and will be removed before the end of the Beta Period.
202
- See the changelog for more information.
205
+ The same value can be passed to "image" instead. See the changelog for more information.
203
206
image :
204
207
optional : true
205
208
description : >
206
209
Optional image id to deploy the disk from. You may not provide image
207
- if distribution is provided.
210
+ if distribution is provided. Official images start with "linode/",
211
+ while your images start with "private/"
208
212
seeAlso : ["/reference/endpoints/images"]
213
+ type : String
209
214
root_pass :
210
215
optional : unless distribution or image is specified
211
216
description : >
@@ -1023,8 +1028,10 @@ endpoints:
1023
1028
optional : true
1024
1029
description : >
1025
1030
The gold-master image to use for this Linode. May
1026
- not be included if 'distribution' is sent.
1027
- type : Integer
1031
+ not be included if 'distribution' is sent. Official images start
1032
+ with "linode/", while your own images start with "private/"
1033
+ type : String
1034
+ value : " linode/debian9"
1028
1035
root_pass :
1029
1036
description : >
1030
1037
The root password for the new deployment.
0 commit comments