Skip to content

Commit d015b5b

Browse files
committed
Update shell and cli examples
1 parent f8e0050 commit d015b5b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

openapi.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13134,7 +13134,7 @@ paths:
1313413134
"2001:db8:3c4d:15::"
1313513135
]
1313613136
}' \
13137-
https://api.linode.com/v4beta/networking/ips/share
13137+
https://api.linode.com/v4/networking/ips/share
1313813138
- lang: CLI
1313913139
source: >
1314013140
linode-cli networking ip-share \
@@ -13279,15 +13279,17 @@ paths:
1327913279
-X POST -d '{
1328013280
"linode_id": 123,
1328113281
"ips": [
13282-
"12.34.56.78"
13282+
"192.0.2.1",
13283+
"192.0.2.2"
1328313284
]
1328413285
}' \
1328513286
https://api.linode.com/v4/networking/ipv4/share
1328613287
- lang: CLI
1328713288
source: >
1328813289
linode-cli networking ip-share \
1328913290
--linode_id 123 \
13290-
--ips 12.34.56.78
13291+
--ips 192.0.2.1 \
13292+
--ips 192.0.2.2
1329113293
/networking/ipv6/pools:
1329213294
x-linode-cli-command: networking
1329313295
get:

0 commit comments

Comments
 (0)