File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments