Update The Wireless Settings For A Network

PUT {{baseUrl}}/networks/:networkId/wireless/settings

Update the wireless settings for a network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: meshingEnabled| boolean| Toggle for enabling or disabling meshing in a network ipv6BridgeEnabled| boolean| Toggle for enabling or disabling IPv6 bridging in a network (Note: if enabled, SSIDs must also be configured to use bridge mode) locationAnalyticsEnabled| boolean| Toggle for enabling or disabling location analytics for your network upgradeStrategy| string| The upgrade strategy to apply to the network. Must be one of 'minimizeUpgradeTime' or 'minimizeClientDowntime'. Requires firmware version MR 26.8 or higher' ledLightsOn| boolean| Toggle for enabling or disabling LED lights on all APs in the network (making them run dark)

Supports Action Batches

ResourceOperation
/networks/{networkId}/wireless/settingsupdate

Request Body

{"meshingEnabled"=>"<boolean>", "ipv6BridgeEnabled"=>"<boolean>", "locationAnalyticsEnabled"=>"<boolean>", "upgradeStrategy"=>"<string>", "ledLightsOn"=>"<boolean>"}

HEADERS

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

RESPONSES

status: OK

{&quot;meshingEnabled&quot;:true,&quot;ipv6BridgeEnabled&quot;:false,&quot;locationAnalyticsEnabled&quot;:false,&quot;upgradeStrategy&quot;:&quot;minimizeUpgradeTime&quot;}