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
Resource | Operation |
---|---|
/networks/{networkId}/cellularGateway/uplink | update |
Request Body
{"bandwidthLimits"=>{"limitUp"=>"<integer>", "limitDown"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"bandwidthLimits":{"limitUp":51200,"limitDown":51200}}