Update The MTU Configuration

PUT {{baseUrl}}/networks/:networkId/switch/mtu

Update the MTU configuration #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: defaultMtuSize| integer| MTU size for the entire network. Default value is 9578. overrides| array| Override MTU size for individual switches or switch profiles. An empty array will clear overrides.

Supports Action Batches

ResourceOperation
/networks/{networkId}/switch/mtuupdate

Request Body

{"defaultMtuSize"=>"<integer>", "overrides"=>[{"mtuSize"=>"<integer>", "switches"=>["<string>", "<string>"], "switchProfiles"=>["<string>", "<string>"]}, {"mtuSize"=>"<integer>", "switches"=>["<string>", "<string>"], "switchProfiles"=>["<string>", "<string>"]}]}

HEADERS

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

RESPONSES

status: OK

{&quot;defaultMtuSize&quot;:9578,&quot;overrides&quot;:[{&quot;switches&quot;:[&quot;Q234-ABCD-0001&quot;,&quot;Q234-ABCD-0002&quot;,&quot;Q234-ABCD-0003&quot;],&quot;mtuSize&quot;:1500},{&quot;switchProfiles&quot;:[&quot;1284392014819&quot;,&quot;2983092129865&quot;],&quot;mtuSize&quot;:1600}]}