We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4d6f5 commit cb960f9Copy full SHA for cb960f9
src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx
@@ -436,7 +436,7 @@ curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/gateway/rule \
436
--header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
437
--data '{
438
"name": "Filter WebSocket",
439
- "description": "Filter WebSocket traffic with HTTP code 101",
+ "description": "Filter WebSocket traffic with HTTP response code 101",
440
"enabled": true,
441
"action": "allow",
442
"filters": [
0 commit comments