File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -9220,14 +9220,14 @@ paths:
9220
9220
type : integer
9221
9221
description : >
9222
9222
The initial size of this volume, in GB. Be aware that volumes
9223
- may only be resized up after creation. Defaults to 20 GB
9224
- if not provided.
9223
+ may only be resized up after creation.
9225
9224
example : 20
9226
9225
default : 20
9227
9226
label :
9228
9227
type : string
9229
9228
description : >
9230
- The Volume's label, for display purposes only.
9229
+ The Volume's label, which is also used in the
9230
+ `filesystem_path` of the resulting volume.
9231
9231
example : my-volume
9232
9232
minLength : 1
9233
9233
maxLength : 32
@@ -9238,7 +9238,15 @@ paths:
9238
9238
When creating a Volume attached to a Linode, the ID of the
9239
9239
Linode Config to include the new Volume in. This Config
9240
9240
must belong to the Linode referenced by `linode_id`. Must
9241
- _not_ be provided if `linode_id` is not sent.
9241
+ _not_ be provided if `linode_id` is not sent. If a
9242
+ `linode_id` is sent without a `config_id`, the volume will be
9243
+ attached:
9244
+
9245
+ * to the Linode's only config if it only has one config.
9246
+ * to the Linode's last used config, if possible.
9247
+
9248
+ If no config can be selected for attachment, an error will be
9249
+ returned.
9242
9250
example : 23456
9243
9251
responses :
9244
9252
' 200 ' :
You can’t perform that action at this time.
0 commit comments