diff --git a/src/content/docs/magic-wan/configuration/manually/third-party/sonicwall.mdx b/src/content/docs/magic-wan/configuration/manually/third-party/sonicwall.mdx index 8f5b61e2ff94c59..c2a9e8c74153475 100644 --- a/src/content/docs/magic-wan/configuration/manually/third-party/sonicwall.mdx +++ b/src/content/docs/magic-wan/configuration/manually/third-party/sonicwall.mdx @@ -194,10 +194,10 @@ https://api.cloudflare.com/client/v4/accounts/{account_id}/magic/ipsec_tunnels/{ --header "Content-Type: application/json" \ --data '{ "health_check": { + "direction": "bidirectional", "enabled": true, - "target": "SONICWALL_WAN_IP", "type": "request", - "rate": "mid" + "rate": "low" } }' ```