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
Resource | Operation |
---|---|
/networks/{networkId}/wireless/ssids/{number}/bonjourForwarding | update |
Request Body
{"enabled"=>"<boolean>", "rules"=>[{"vlanId"=>"<string>", "services"=>["<string>", "<string>"], "description"=>"<string>"}, {"vlanId"=>"<string>", "services"=>["<string>", "<string>"], "description"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"enabled":true,"rules":[{"description":"A simple bonjour rule","vlanId":"1","services":["All Services"]}]}