Update The Settings For A Network

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

Update the settings for a network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: localStatusPageEnabled| boolean| Enables / disables the local device status pages (my.meraki.com, ap.meraki.com, switch.meraki.com, wired.meraki.com). Optional (defaults to false) remoteStatusPageEnabled| boolean| Enables / disables access to the device status page (http://[device's LAN IP]). Optional. Can only be set if localStatusPageEnabled is set to true secureConnect| object| A hash of SecureConnect options applied to the Network.

Supports Action Batches

ResourceOperation
/networks/{networkId}/settingsupdate

Request Body

{"localStatusPageEnabled"=>"<boolean>", "remoteStatusPageEnabled"=>"<boolean>", "secureConnect"=>{"enabled"=>"<boolean>"}}

HEADERS

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

RESPONSES

status: OK

{&quot;localStatusPageEnabled&quot;:true,&quot;remoteStatusPageEnabled&quot;:true,&quot;secureConnect&quot;:{&quot;enabled&quot;:false}}