Skip to content

Commit 348d1ad

Browse files
Update Create Firewall Device's CLI example
1 parent 62fc4f5 commit 348d1ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9339,7 +9339,9 @@ paths:
93399339
https://api.linode.com/v4beta/networking/firewalls/123/devices
93409340
- lang: CLI
93419341
source: >
9342-
linode-cli networking device-create 123
9342+
linode-cli firewalls device-create 123 \
9343+
--id 456 \
9344+
--type "linode"
93439345
/networking/firewalls/{firewallId}/devices/{deviceId}:
93449346
parameters:
93459347
- name: firewallId

0 commit comments

Comments
 (0)