Skip to content

Commit 4ad5b24

Browse files
author
Steve Szyszkiewicz
committed
linode endpoints cleanup
1 parent cfc81c9 commit 4ad5b24

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/src/data/endpoints/linodes.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,14 +310,15 @@ endpoints:
310310
group: Disks
311311
type: Strange
312312
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.
314314
methods:
315315
POST:
316316
oauth: linodes:modify
317317
dangerous: true
318318
params:
319319
size:
320320
description: The desired size of the disk in MB.
321+
value: 1024
321322
type: Integer
322323
examples:
323324
curl: |
@@ -342,6 +343,7 @@ endpoints:
342343
description: >
343344
New root password for the OS installed on this disk.
344345
type: String
346+
value: hunter2
345347
examples:
346348
curl: |
347349
curl -H "Content-Type: application/json" \
@@ -368,10 +370,12 @@ endpoints:
368370
Sets the name of the image shown in the base image list, defaults
369371
to the source disk label.
370372
type: String
373+
value: My gold master image
371374
description:
372375
optional: true
373376
description: An optional description of the created image
374377
type: String
378+
value: This is the image description, its more descriptive than a label.
375379
examples:
376380
curl: |
377381
curl -H "Content-Type: application/json" \
@@ -917,8 +921,9 @@ endpoints:
917921
params:
918922
type:
919923
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.
921925
type: String
926+
value: private
922927
examples:
923928
curl: |
924929
curl -H "Content-Type: application/json" \
@@ -1071,6 +1076,7 @@ endpoints:
10711076
Label of StackScript.
10721077
limit: 3-128 characters
10731078
type: String
1079+
value: Initial Label
10741080
description:
10751081
optional: true
10761082
description: >
@@ -1096,6 +1102,7 @@ endpoints:
10961102
description: >
10971103
The shell script to run on boot.
10981104
type: String
1105+
value: "#!/bin/bash"
10991106
examples:
11001107
curl: |
11011108
curl -H "Content-Type: application/json" \
@@ -1275,6 +1282,7 @@ endpoints:
12751282
description: >
12761283
A unique label to identify your new volume with.
12771284
type: String
1285+
value: a_fancy_new_volume
12781286
region:
12791287
description: >
12801288
Which region the new volume should be created in.
@@ -1351,6 +1359,7 @@ endpoints:
13511359
description: >
13521360
A unique label to identify your new volume with.
13531361
type: String
1362+
value: a_fancy_new_volume
13541363
region:
13551364
description: >
13561365
Which region the new volume should be created in.

0 commit comments

Comments
 (0)