Updates The Uplink Settings For Your MG Network

PUT {{baseUrl}}/networks/:networkId/cellularGateway/uplink

Updates the uplink settings for your MG network. #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: bandwidthLimits| object| The bandwidth settings for the 'cellular' uplink

Supports Action Batches

ResourceOperation
/networks/{networkId}/cellularGateway/uplinkupdate

Request Body

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

HEADERS

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

RESPONSES

status: OK

{&quot;bandwidthLimits&quot;:{&quot;limitUp&quot;:51200,&quot;limitDown&quot;:51200}}