Skip to content

Commit b334d56

Browse files
author
Steve Szyszkiewicz
committed
document image as a parameter for disk POST
1 parent d698580 commit b334d56

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/src/data/endpoints/linodes.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,16 @@ endpoints:
193193
description: >
194194
Optional distribution to deploy with this disk.
195195
<ul><li>If no distribution is provided, a blank disk
196-
is created.</li></ul>
196+
is created.</li></ul> You may not provide distribution if image is provided.
197197
type: Distribution
198+
image:
199+
optional: true
200+
description: >
201+
Optional image id to deploy the disk from. You may not provide image
202+
if distribution is provided.
203+
seeAlso: ["/reference/endpoints/images"]
198204
root_pass:
199-
optional: unless distribution is specified
205+
optional: unless distribution or image is specified
200206
description: >
201207
Root password to deploy distribution with.
202208
<ul><li>root_pass is required if a distribution is provided.</li></ul>

0 commit comments

Comments
 (0)