File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ endpoints:
310
310
group : Disks
311
311
type : Strange
312
312
authenticated : true
313
- description : Resizes the disk. The linode this disk is attached to must be shut down for this to take effect.
313
+ description : Resizes the disk. The Linode this disk is attached to must be shut down for this to take effect.
314
314
methods :
315
315
POST :
316
316
oauth : linodes:modify
@@ -422,8 +422,8 @@ endpoints:
422
422
value : My config
423
423
devices :
424
424
description : >
425
- Disks attached to this Linode config. Devices may have either a volume or a disk configured,
426
- but not both. Multiple devices cannot be attached to a given disk or volume .
425
+ Devices that would be attached to a Linode when booted using this config.
426
+ Devices can be either Disks or Volumes, but only one type per slot (a - h) .
427
427
type : devices
428
428
comments :
429
429
optional : true
@@ -921,7 +921,9 @@ endpoints:
921
921
params :
922
922
type :
923
923
description : >
924
- An IP Address Type for this IP Address, either "public" or "private". Public IP's incur a monthly cost.
924
+ The type of IP Address this is, can be one of "public" or "private".
925
+ Public IP Addresses, over and above the one included with each Linode,
926
+ incur an additional monthly charge.
925
927
type : String
926
928
value : private
927
929
examples :
You can’t perform that action at this time.
0 commit comments