{
"action_mode": "challenge",
"sensitivity": "high"
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/zones//firewall/waf/packages/' \
--header 'Content-Type: application/json' \
--data-raw '{
"action_mode": "challenge",
"sensitivity": "high"
}'
{
"errors": [],
"messages": [],
"result": {
"description": "Covers OWASP Top 10 vulnerabilities and more.",
"detection_mode": "anomaly",
"id": "a25a9a7e9c00afc1fb2e0245519d725b",
"name": "OWASP ModSecurity Core Rule Set",
"status": "active",
"zone_id": "023e105f4ecef8ad9ca31a8372d0c353",
"action_mode": "challenge",
"sensitivity": "high"
},
"success": true
}