Skip to content

Commit afd4d08

Browse files
authored
Fixed Node Create and Node Update CLI examples (#925)
1 parent 87b1cc0 commit afd4d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15490,7 +15490,7 @@ paths:
1549015490
https://api.linode.com/v4/nodebalancers/12345/configs/4567/nodes
1549115491
- lang: CLI
1549215492
source: >
15493-
linode-cli nodebalancers node-update \
15493+
linode-cli nodebalancers node-create \
1549415494
12345 4567 \
1549515495
--address 192.168.210.120:80 \
1549615496
--label node54321 \
@@ -15592,7 +15592,7 @@ paths:
1559215592
https://api.linode.com/v4/nodebalancers/12345/configs/4567/nodes/54321
1559315593
- lang: CLI
1559415594
source: >
15595-
linode-cli nodebalancers node-create \
15595+
linode-cli nodebalancers node-update \
1559615596
12345 4567 54321 \
1559715597
--address 192.168.210.120:80 \
1559815598
--label node54321 \

0 commit comments

Comments
 (0)