Skip to content

Commit 018b9f3

Browse files
Update Create Firewall Device's CLI example
1 parent 2eea635 commit 018b9f3

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
@@ -9144,7 +9144,9 @@ paths:
91449144
https://api.linode.com/v4beta/networking/firewalls/123/devices
91459145
- lang: CLI
91469146
source: >
9147-
linode-cli networking device-create 123
9147+
linode-cli firewalls device-create 123 \
9148+
--id 456 \
9149+
--type "linode"
91489150
/networking/firewalls/{firewallId}/devices/{deviceId}:
91499151
parameters:
91509152
- name: firewallId

0 commit comments

Comments
 (0)