@@ -1531,6 +1531,7 @@ paths:
1531
1531
endpoint, but will not see entities that they have no access to.
1532
1532
operationId : getUserGrants
1533
1533
x-linode-cli-action : grants
1534
+ x-linode-cli-skip : true
1534
1535
security :
1535
1536
- personalAccessToken : []
1536
1537
- oauth :
@@ -1565,6 +1566,7 @@ paths:
1565
1566
that are not included will remain unchanged.
1566
1567
operationId : updateUserGrants
1567
1568
x-linode-cli-action : update-grants
1569
+ x-linode-cli-skip : true
1568
1570
security :
1569
1571
- personalAccessToken : []
1570
1572
- oauth :
@@ -2162,22 +2164,22 @@ paths:
2162
2164
allOf :
2163
2165
- $ref : ' #/components/schemas/ImagePrivate'
2164
2166
- type : object
2165
- properties :
2166
- disk_id :
2167
- type : integer
2168
- description : >
2169
- The ID of the Linode Disk that this Image will be
2170
- created from.
2171
- example : 42
2172
- label :
2173
- type : string
2174
- description : >
2175
- A short title of the Image. Defaults to the label of the
2176
- Disk it is being created from if not provided.
2177
- description :
2178
- type : string
2179
- description : >
2180
- A detailed description of the Image.
2167
+ properties :
2168
+ disk_id :
2169
+ type : integer
2170
+ description : >
2171
+ The ID of the Linode Disk that this Image will be
2172
+ created from.
2173
+ example : 42
2174
+ label :
2175
+ type : string
2176
+ description : >
2177
+ A short title of the Image. Defaults to the label of the
2178
+ Disk it is being created from if not provided.
2179
+ description :
2180
+ type : string
2181
+ description : >
2182
+ A detailed description of the Image.
2181
2183
responses :
2182
2184
' 200 ' :
2183
2185
description : New private Image created successfully.
@@ -3665,7 +3667,7 @@ paths:
3665
3667
- password
3666
3668
properties :
3667
3669
size :
3668
- type : string
3670
+ type : integer
3669
3671
title : The requested size of the Disk.
3670
3672
description : >
3671
3673
The desired size of the disk, in MB.
@@ -4626,6 +4628,12 @@ paths:
4626
4628
- personalAccessToken : []
4627
4629
- oauth :
4628
4630
- stackscripts:read_write
4631
+ requestBody :
4632
+ description : The fields to update.
4633
+ content :
4634
+ application/json :
4635
+ schema :
4636
+ $ref : ' #/components/schemas/StackScript'
4629
4637
responses :
4630
4638
' 200 ' :
4631
4639
description : StackScript was successfully modified.
@@ -5834,7 +5842,7 @@ paths:
5834
5842
schema :
5835
5843
type : integer
5836
5844
x-linode-cli-command : managed
5837
- get :
5845
+ post :
5838
5846
x-linode-grant : unrestricted only
5839
5847
tags :
5840
5848
- managed
@@ -5872,7 +5880,7 @@ paths:
5872
5880
schema :
5873
5881
type : integer
5874
5882
x-linode-cli-command : managed
5875
- get :
5883
+ post :
5876
5884
x-linode-grant : unrestricted only
5877
5885
tags :
5878
5886
- managed
@@ -8923,7 +8931,10 @@ components:
8923
8931
- label
8924
8932
properties :
8925
8933
size :
8926
- $ref : ' #/components/schemas/Disk/properties/size'
8934
+ x-linode-filterable : true
8935
+ type : integer
8936
+ title : The size of the Disk in MB.
8937
+ example : 48640
8927
8938
label :
8928
8939
$ref : ' #/components/schemas/Disk/properties/label'
8929
8940
filesystem :
@@ -9739,24 +9750,6 @@ components:
9739
9750
description : The Invoice's display label.
9740
9751
example : Invoice
9741
9752
x-linode-cli-display : 3
9742
- overdue :
9743
- type : boolean
9744
- readOnly : true
9745
- description : Whether or not the Invoice is overdue for payment.
9746
- example : false
9747
- x-linode-cli-display : 5
9748
- x-linode-cli-color :
9749
- true : red
9750
- default_ : white
9751
- paid :
9752
- type : boolean
9753
- readOnly : true
9754
- description : Whether or not the Invoice has been paid.
9755
- example : true
9756
- x-linode-cli-display : 6
9757
- x-linode-cli-color :
9758
- true : green
9759
- default_ : yellow
9760
9753
total :
9761
9754
type : integer
9762
9755
readOnly : true
@@ -10196,6 +10189,15 @@ components:
10196
10189
label :
10197
10190
x-linode-filterable : true
10198
10191
x-linode-cli-display : 2
10192
+ description : >
10193
+ The Linode's label is for display purposes only. If no label is provided for a Linode,
10194
+ a default will be assigned.
10195
+
10196
+ Linode labels have the following constraints:
10197
+
10198
+ * Must start with an alpha character.
10199
+ * Must consist of alphanumeric characters, dashes (`-`), and underscores (`_`).
10200
+ * Cannot have two dashes (`--`) or underscores (`__`) in a row.
10199
10201
region :
10200
10202
x-linode-filterable : true
10201
10203
readOnly : true
@@ -10345,6 +10347,7 @@ components:
10345
10347
readOnly : true
10346
10348
alerts :
10347
10349
type : object
10350
+ readOnly : true
10348
10351
properties :
10349
10352
cpu :
10350
10353
type : integer
@@ -10480,28 +10483,26 @@ components:
10480
10483
properties :
10481
10484
id :
10482
10485
type : integer
10483
- title : The ID of this Config.
10486
+ description : The ID of this Config.
10484
10487
example : 23456
10485
10488
readOnly : true
10486
10489
x-linode-cli-display : 1
10487
10490
kernel :
10488
10491
type : string
10489
- title : A kernel ID to boot a Linode with. Defaults to 'linode/latest-64bit'
10492
+ description : A kernel ID to boot a Linode with. Defaults to 'linode/latest-64bit'
10490
10493
example : linode/latest-64bit
10491
10494
x-linode-cli-display : 3
10492
10495
comments :
10493
10496
type : string
10494
- title : Optional field for arbitrary user comments on this Config.
10497
+ description : Optional field for arbitrary user comments on this Config.
10495
10498
example : This is my main Config
10496
10499
memory_limit :
10497
10500
type : integer
10498
- title : The maximum RAM the Linode will be given when booting this Config.
10499
10501
description : >
10500
10502
Defaults to the total RAM of the Linode.
10501
10503
example : 2048
10502
10504
run_level :
10503
10505
type : string
10504
- title : Stes the run level for the Linode boot.
10505
10506
description : >
10506
10507
One of:
10507
10508
@@ -10515,37 +10516,37 @@ components:
10515
10516
example : default
10516
10517
virt_mode :
10517
10518
type : string
10518
- title : Controls the virtualization mode.
10519
10519
description : >
10520
+ Controls the virtualization mode.
10520
10521
One of:
10521
10522
10522
10523
* paravirt (default)
10523
10524
* fullvirt
10524
10525
example : paravirt
10525
10526
helpers :
10526
10527
type : object
10527
- title : Helpers enabled when booting to this Linode Config.
10528
+ description : Helpers enabled when booting to this Linode Config.
10528
10529
properties :
10529
10530
updatedb_disabled :
10530
10531
type : boolean
10531
- title : Disables updatedb cron job to avoid disk thrashing.
10532
+ description : Disables updatedb cron job to avoid disk thrashing.
10532
10533
example : true
10533
10534
distro :
10534
10535
type : boolean
10535
- title : Helps maintain correct inittab/upstart console device.
10536
+ description : Helps maintain correct inittab/upstart console device.
10536
10537
example : true
10537
10538
modules_dep :
10538
10539
type : boolean
10539
- title : Creates a modules dependency file for the kernel you run.
10540
+ description : Creates a modules dependency file for the kernel you run.
10540
10541
example : true
10541
10542
network :
10542
10543
type : boolean
10543
- title : Automatically configure static networking.
10544
+ description : Automatically configure static networking.
10544
10545
example : true
10545
10546
devtmpfs_automount :
10546
10547
type : boolean
10547
- title : Populates the /dev directory early during boot without udev.
10548
- description : Defaults to false
10548
+ description : >
10549
+ Populates the /dev directory early during boot without udev. Defaults to false.
10549
10550
example : false
10550
10551
label :
10551
10552
x-linode-filterable : true
@@ -10996,7 +10997,7 @@ components:
10996
10997
maxLength : 64
10997
10998
pattern : ' [a-zA-Z0-9-_ ]{2,64}'
10998
10999
description : >
10999
- The name of this contact
11000
+ The name of this contact.
11000
11001
example : John Doe
11001
11002
x-linode-cli-display : 2
11002
11003
email :
0 commit comments