Update multiple active rules
PATCH {{fastly_url}}/waf/firewalls/{{firewall_id}}/versions/{{version_id}}/active-rules/bulk
Bulk update all active rules on a firewall version. This endpoint will not add new active rules, only update existing active rules.
Authorization: API token with at least Engineer permissions.
Request Body
{"type"=>"waf_active_rule", "attributes"=>{"revision"=>"latest"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Content-Type | string |