mode
parameter) of a rule group.on
, the rules in the group are configurable/usable.{
"mode": "on"
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/zones//firewall/waf/packages//groups/' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": "on"
}'
{
"errors": [],
"messages": [],
"result": {},
"success": true
}