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
Resource | Operation |
---|---|
/networks/{networkId}/wireless/settings | update |
Request Body
{"meshingEnabled"=>"<boolean>", "ipv6BridgeEnabled"=>"<boolean>", "locationAnalyticsEnabled"=>"<boolean>", "upgradeStrategy"=>"<string>", "ledLightsOn"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"meshingEnabled":true,"ipv6BridgeEnabled":false,"locationAnalyticsEnabled":false,"upgradeStrategy":"minimizeUpgradeTime"}