Update The Bonjour Forwarding Setting And Rules For The SSID

PUT {{baseUrl}}/networks/:networkId/wireless/ssids/:number/bonjourForwarding

Update the bonjour forwarding setting and rules for the SSID #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: enabled| boolean| If true, Bonjour forwarding is enabled on this SSID. rules| array| List of bonjour forwarding rules.

Supports Action Batches

ResourceOperation
/networks/{networkId}/wireless/ssids/{number}/bonjourForwardingupdate

Request Body

{"enabled"=>"<boolean>", "rules"=>[{"vlanId"=>"<string>", "services"=>["<string>", "<string>"], "description"=>"<string>"}, {"vlanId"=>"<string>", "services"=>["<string>", "<string>"], "description"=>"<string>"}]}

HEADERS

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

RESPONSES

status: OK

{&quot;enabled&quot;:true,&quot;rules&quot;:[{&quot;description&quot;:&quot;A simple bonjour rule&quot;,&quot;vlanId&quot;:&quot;1&quot;,&quot;services&quot;:[&quot;All Services&quot;]}]}