Skip to content

Commit e352e44

Browse files
committed
Update CLI configs
1 parent 8440899 commit e352e44

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

openapi.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10385,7 +10385,7 @@ paths:
1038510385
"linode_id": 123,
1038610386
"ips": [
1038710387
"192.0.2.1",
10388-
"192.0.2.2"
10388+
"2001:db8:3c4d:15::"
1038910389
]
1039010390
}' \
1039110391
https://api.linode.com/v4beta2/networking/ips/share
@@ -10829,7 +10829,7 @@ paths:
1082910829
https://api.linode.com/v4/networking/ipv6/ranges/2001:0db8::
1083010830
- lang: CLI
1083110831
source: >
10832-
linode-cli networking v6-range-delete 2001:0db8::
10832+
linode-cli networking v6-range-view 2001:0db8::
1083310833
/networking/firewalls:
1083410834
x-linode-cli-command: firewalls
1083510835
get:
@@ -18611,6 +18611,7 @@ components:
1861118611
description: >
1861218612
Whether this IPv6 range is shared.
1861318613
example: false
18614+
readOnly: true
1861418615
linodes:
1861518616
type: array
1861618617
items:
@@ -18619,6 +18620,8 @@ components:
1861918620
- 123
1862018621
description: >
1862118622
A list of Linodes targeted by this IPv6 range. Includes Linodes with IP sharing.
18623+
readOnly: true
18624+
x-linode-cli-display: 4
1862218625
Kernel:
1862318626
type: object
1862418627
description: Linux kernel object

0 commit comments

Comments
 (0)