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:
13134
13134
"2001:db8:3c4d:15::"
13135
13135
]
13136
13136
}' \
13137
- https://api.linode.com/v4beta /networking/ips/share
13137
+ https://api.linode.com/v4 /networking/ips/share
13138
13138
- lang: CLI
13139
13139
source: >
13140
13140
linode-cli networking ip-share \
@@ -13279,15 +13279,17 @@ paths:
13279
13279
-X POST -d '{
13280
13280
"linode_id": 123,
13281
13281
"ips": [
13282
- "12.34.56.78"
13282
+ "192.0.2.1",
13283
+ "192.0.2.2"
13283
13284
]
13284
13285
}' \
13285
13286
https://api.linode.com/v4/networking/ipv4/share
13286
13287
- lang: CLI
13287
13288
source: >
13288
13289
linode-cli networking ip-share \
13289
13290
--linode_id 123 \
13290
- --ips 12.34.56.78
13291
+ --ips 192.0.2.1 \
13292
+ --ips 192.0.2.2
13291
13293
/networking/ipv6/pools:
13292
13294
x-linode-cli-command: networking
13293
13295
get:
You can’t perform that action at this time.
0 commit comments