@@ -310,14 +310,15 @@ endpoints:
310
310
group : Disks
311
311
type : Strange
312
312
authenticated : true
313
- description : Resizes the disk.
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
317
317
dangerous : true
318
318
params :
319
319
size :
320
320
description : The desired size of the disk in MB.
321
+ value : 1024
321
322
type : Integer
322
323
examples :
323
324
curl : |
@@ -342,6 +343,7 @@ endpoints:
342
343
description : >
343
344
New root password for the OS installed on this disk.
344
345
type : String
346
+ value : hunter2
345
347
examples :
346
348
curl : |
347
349
curl -H "Content-Type: application/json" \
@@ -368,10 +370,12 @@ endpoints:
368
370
Sets the name of the image shown in the base image list, defaults
369
371
to the source disk label.
370
372
type : String
373
+ value : My gold master image
371
374
description :
372
375
optional : true
373
376
description : An optional description of the created image
374
377
type : String
378
+ value : This is the image description, its more descriptive than a label.
375
379
examples :
376
380
curl : |
377
381
curl -H "Content-Type: application/json" \
@@ -917,8 +921,9 @@ endpoints:
917
921
params :
918
922
type :
919
923
description : >
920
- An IP Address Type for this IP Address. Public IP's incur a monthly cost.
924
+ An IP Address Type for this IP Address: either public or private . Public IP's incur a monthly cost.
921
925
type : String
926
+ value : private
922
927
examples :
923
928
curl : |
924
929
curl -H "Content-Type: application/json" \
@@ -1071,6 +1076,7 @@ endpoints:
1071
1076
Label of StackScript.
1072
1077
limit : 3-128 characters
1073
1078
type : String
1079
+ value : Initial Label
1074
1080
description :
1075
1081
optional : true
1076
1082
description : >
@@ -1096,6 +1102,7 @@ endpoints:
1096
1102
description : >
1097
1103
The shell script to run on boot.
1098
1104
type : String
1105
+ value : " #!/bin/bash"
1099
1106
examples :
1100
1107
curl : |
1101
1108
curl -H "Content-Type: application/json" \
@@ -1275,6 +1282,7 @@ endpoints:
1275
1282
description : >
1276
1283
A unique label to identify your new volume with.
1277
1284
type : String
1285
+ value : a_fancy_new_volume
1278
1286
region :
1279
1287
description : >
1280
1288
Which region the new volume should be created in.
@@ -1351,6 +1359,7 @@ endpoints:
1351
1359
description : >
1352
1360
A unique label to identify your new volume with.
1353
1361
type : String
1362
+ value : a_fancy_new_volume
1354
1363
region :
1355
1364
description : >
1356
1365
Which region the new volume should be created in.
0 commit comments