Update The Radio Settings Of A Device
PUT {{baseUrl}}/devices/:serial/wireless/radio/settings
Update the radio settings of a device #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: rfProfileId| integer| The ID of an RF profile to assign to the device. If the value of this parameter is null, the appropriate basic RF profile (indoor or outdoor) will be assigned to the device. Assigning an RF profile will clear ALL manually configured overrides on the device (channel width, channel, power). twoFourGhzSettings| object| Manual radio settings for 2.4 GHz. fiveGhzSettings| object| Manual radio settings for 5 GHz.
Supports Action Batches
Resource | Operation |
---|---|
/devices/{serial}/wireless/radio/settings | update |
Request Body
{"rfProfileId"=>"<integer>", "twoFourGhzSettings"=>{"channel"=>"<integer>", "targetPower"=>"<integer>"}, "fiveGhzSettings"=>{"channel"=>"<integer>", "channelWidth"=>"<integer>", "targetPower"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"serial":"Q234-ABCD-5678","rfProfileId":"1234","twoFourGhzSettings":{"channel":11,"targetPower":21},"fiveGhzSettings":{"channel":149,"channelWidth":20,"targetPower":15}}