Update The Traffic Shaping Settings For An MX Network

PUT {{baseUrl}}/networks/:networkId/appliance/trafficShaping

Update the traffic shaping settings for an MX network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: globalBandwidthLimits| object| Global per-client bandwidth limit

Request Body

{"globalBandwidthLimits"=>{"limitUp"=>"<integer>", "limitDown"=>"<integer>"}}

HEADERS

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

RESPONSES

status: OK

{&quot;globalBandwidthLimits&quot;:{&quot;limitUp&quot;:2048,&quot;limitDown&quot;:5120}}