Enable Disable VLA Ns For The Given Network

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

Enable/Disable VLANs for the given network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: vlansEnabled| boolean| Boolean indicating whether to enable (true) or disable (false) VLANs for the network

Supports Action Batches

ResourceOperation
/networks/{networkId}/appliance/vlans/settingsupdate

Request Body

{"vlansEnabled"=>"<boolean>"}

HEADERS

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

RESPONSES

status: OK

{&quot;vlansEnabled&quot;:true}