Skip to content

Commit 82bf73d

Browse files
Update PUT /firewalls/{firewallId}
Shell example had incorrect formatting.
1 parent c88429e commit 82bf73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9174,7 +9174,7 @@ paths:
91749174
curl -H "Content-Type: application/json" \
91759175
-H "Authorization: Bearer $TOKEN" \
91769176
-X PUT -d '{
9177-
"status": "disabled",
9177+
"status": "disabled"
91789178
}' \
91799179
https://api.linode.com/v4beta/networking/firewalls/123
91809180
- lang: CLI

0 commit comments

Comments
 (0)