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
Resource | Operation |
---|---|
/networks/{networkId}/appliance/vlans/settings | update |
Request Body
{"vlansEnabled"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"vlansEnabled":true}