Skip to content

Commit 35ecc77

Browse files
authored
Merge pull request #2698 from SzySteve/docs/image
document image as a parameter for disk POST
2 parents a8c4b2e + b334d56 commit 35ecc77

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
@@ -194,10 +194,16 @@ endpoints:
194194
description: >
195195
Optional distribution to deploy with this disk.
196196
<ul><li>If no distribution is provided, a blank disk
197-
is created.</li></ul>
197+
is created.</li></ul> You may not provide distribution if image is provided.
198198
type: Distribution
199+
image:
200+
optional: true
201+
description: >
202+
Optional image id to deploy the disk from. You may not provide image
203+
if distribution is provided.
204+
seeAlso: ["/reference/endpoints/images"]
199205
root_pass:
200-
optional: unless distribution is specified
206+
optional: unless distribution or image is specified
201207
description: >
202208
Root password to deploy distribution with.
203209
<ul><li>root_pass is required if a distribution is provided.</li></ul>

0 commit comments

Comments
 (0)