Update Single LAN Configuration
PUT {{baseUrl}}/networks/:networkId/appliance/singleLan
Update single LAN configuration #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: subnet| string| The subnet of the single LAN configuration applianceIp| string| The appliance IP address of the single LAN
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/appliance/singleLan | update |
Request Body
{"subnet"=>"<string>", "applianceIp"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"subnet":"192.168.1.0/24","applianceIp":"192.168.1.2"}