Skip to content

Commit b1fb77e

Browse files
author
Steve Szyszkiewicz
committed
update clone docs
1 parent 9298b4f commit b1fb77e

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

docs/src/data/endpoints/linodes.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ endpoints:
3131
description: >
3232
A region ID to provision
3333
this Linode in.
34-
type: string
34+
type: String
3535
value: us-east-1a
3636
type:
3737
description: A Linode type ID to use for this Linode.
38-
type: string
38+
type: String
3939
value: g5-standard-1
4040
label:
4141
optional: true
@@ -52,7 +52,7 @@ endpoints:
5252
description: >
5353
The Distribution to deploy this Linode with. May not be included
5454
if 'backup_id' or 'image' is sent.
55-
type: string
55+
type: String
5656
root_pass:
5757
optional: unless source == "distro"
5858
description: >
@@ -686,18 +686,17 @@ endpoints:
686686
dangerous: false
687687
params:
688688
region:
689-
optional: true
690689
description: >
691690
A region ID to provision
692691
this Linode in. Required when cloning to a new Linode.
693-
type: string
692+
type: String
694693
value: us-east-1a
695694
type:
696-
optional: true
697695
description: >
698696
A Linode type ID to use for this
699697
Linode. Required when cloning to a new Linode.
700-
type: string
698+
type: String
699+
value: g5-standard-1
701700
linode_id:
702701
optional: true
703702
description: >
@@ -722,13 +721,13 @@ endpoints:
722721
optional: true
723722
description: >
724723
A list of disk ID's to include in the clone process. All disks attached to configs will be cloned from the source Linode if not provided.
725-
type: string
724+
type: String
726725
isArray: true
727726
configs:
728727
optional: true
729728
description: >
730729
A list of config ID's to include in the clone process. All configs will be cloned from the source Linode if not provided.
731-
type: string
730+
type: String
732731
isArray: true
733732
examples:
734733
curl: |
@@ -774,7 +773,7 @@ endpoints:
774773
type:
775774
description: >
776775
A Linode type to use for this Linode.
777-
type: string
776+
type: String
778777
examples:
779778
curl: |
780779
curl -H "Content-Type: application/json" \
@@ -918,7 +917,7 @@ endpoints:
918917
type:
919918
description: >
920919
An IP Address Type for this IP Address. Public IP's incur a monthly cost.
921-
type: string
920+
type: String
922921
examples:
923922
curl: |
924923
curl -H "Content-Type: application/json" \
@@ -935,7 +934,7 @@ endpoints:
935934
Sets IP Sharing for this Linode.
936935
params:
937936
ips:
938-
type: string
937+
type: String
939938
description: >
940939
A list of IP Addresses this Linode will share.
941940
examples:

0 commit comments

Comments
 (0)