Update a firewall
PATCH {{fastly_url}}/waf/firewalls/{{firewall_id}}
Update a firewall object for a particular service and service version. Specifying a serviceversionnumber is required.
Authorization: API token with at least Engineer permissions.
Request Body
{"data"=>{"id"=>"fW7g2uUGZzb2W9Euo4Mo0r", "type"=>"waf_firewall", "attributes"=>{"response"=>"NEW_RESPONSE", "service_version_number"=>1}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Content-Type | string | ||
Accept | string |