Update The L 3 Firewall Rules Of An SSID On An MR Network

PUT {{baseUrl}}/networks/:networkId/wireless/ssids/:number/firewall/l3FirewallRules

Update the L3 firewall rules of an SSID on an MR network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: rules| array| An ordered array of the firewall rules for this SSID (not including the local LAN access rule or the default rule) allowLanAccess| boolean| Allow wireless client access to local LAN (boolean value - true allows access and false denies access) (optional)

Request Body

{"rules"=>[{"policy"=>"<string>", "protocol"=>"<string>", "destCidr"=>"<string>", "comment"=>"<string>", "destPort"=>"<string>"}, {"policy"=>"<string>", "protocol"=>"<string>", "destCidr"=>"<string>", "comment"=>"<string>", "destPort"=>"<string>"}], "allowLanAccess"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;rules&quot;:[{&quot;comment&quot;:&quot;Allow TCP traffic to subnet with HTTP servers.&quot;,&quot;policy&quot;:&quot;allow&quot;,&quot;protocol&quot;:&quot;tcp&quot;,&quot;destPort&quot;:443,&quot;destCidr&quot;:&quot;192.168.1.0/24&quot;}]}