File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ endpoints:
53
53
The Distribution to deploy this Linode with. May not be included
54
54
if 'backup_id' or 'image' is sent.
55
55
type : String
56
+ deprecated : This parameter will be deprecated once APIv4 out of beta. See changelog for more information.
56
57
root_pass :
57
58
optional : unless source == "distro"
58
59
description : >
@@ -195,7 +196,8 @@ endpoints:
195
196
Optional distribution to deploy with this disk.
196
197
<ul><li>If no distribution is provided, a blank disk
197
198
is created.</li></ul> You may not provide distribution if image is provided.
198
- type : Distribution
199
+ type : String
200
+ deprecated : This parameter will be deprecated once APIv4 out of beta. See changelog for more information.
199
201
image :
200
202
optional : true
201
203
description : >
@@ -1009,10 +1011,11 @@ endpoints:
1009
1011
dangerous : true
1010
1012
params :
1011
1013
distribution :
1014
+ optional : true
1012
1015
description : >
1013
1016
An ID of a Distribution to deploy to this Linode.
1014
1017
type : String
1015
- deprecated : Some deprecated stuff
1018
+ deprecated : This parameter will be deprecated once APIv4 out of beta. See changelog for more information.
1016
1019
image :
1017
1020
optional : true
1018
1021
description : >
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ schema:
77
77
type : Distribution
78
78
seeAlso : " /reference/endpoints/linode/distributions"
79
79
filterable : true
80
+ deprecated : This parameter will be deprecated once APIv4 out of beta. See changelog for more information.
80
81
group :
81
82
editable : true
82
83
type : String
You can’t perform that action at this time.
0 commit comments