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

ResourceOperation
/networks/{networkId}/appliance/singleLanupdate

Request Body

{"subnet"=>"<string>", "applianceIp"=>"<string>"}

HEADERS

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

RESPONSES

status: OK

{&quot;subnet&quot;:&quot;192.168.1.0/24&quot;,&quot;applianceIp&quot;:&quot;192.168.1.2&quot;}