File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8980,7 +8980,7 @@ paths:
8980
8980
"another example"
8981
8981
]
8982
8982
}' \
8983
- https://api.linode.com/v4beta/firewalls
8983
+ https://api.linode.com/v4beta/networking/ firewalls
8984
8984
- lang: CLI
8985
8985
source: >
8986
8986
linode-cli firewalls create
@@ -9029,7 +9029,7 @@ paths:
9029
9029
source: >
9030
9030
curl -H "Content-Type: application/json" \
9031
9031
-H "Authorization: Bearer $TOKEN" \
9032
- https://api.linode.com/v4beta/firewalls/123
9032
+ https://api.linode.com/v4beta/networking/ firewalls/123
9033
9033
- lang: CLI
9034
9034
source: >
9035
9035
linode-cli firewalls view 123
@@ -9080,7 +9080,7 @@ paths:
9080
9080
-X PUT -d '{
9081
9081
"status": "disabled",
9082
9082
}' \
9083
- https://api.linode.com/v4beta/firewalls/123
9083
+ https://api.linode.com/v4beta/networking/ firewalls/123
9084
9084
- lang: CLI
9085
9085
source: >
9086
9086
linode-cli firewalls update 123 \
@@ -9116,7 +9116,7 @@ paths:
9116
9116
source: >
9117
9117
curl -H "Content-Type: application/json" \
9118
9118
-X DELETE \
9119
- https://api.linode.com/v4beta/firewalls/123
9119
+ https://api.linode.com/v4beta/networking/ firewalls/123
9120
9120
- lang: CLI
9121
9121
source: >
9122
9122
linode-cli firewalls delete 123
You can’t perform that action at this time.
0 commit comments