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

ResourceOperation
/devices/{serial}/wireless/radio/settingsupdate

Request Body

{"rfProfileId"=>"<integer>", "twoFourGhzSettings"=>{"channel"=>"<integer>", "targetPower"=>"<integer>"}, "fiveGhzSettings"=>{"channel"=>"<integer>", "channelWidth"=>"<integer>", "targetPower"=>"<integer>"}}

HEADERS

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

RESPONSES

status: OK

{&quot;serial&quot;:&quot;Q234-ABCD-5678&quot;,&quot;rfProfileId&quot;:&quot;1234&quot;,&quot;twoFourGhzSettings&quot;:{&quot;channel&quot;:11,&quot;targetPower&quot;:21},&quot;fiveGhzSettings&quot;:{&quot;channel&quot;:149,&quot;channelWidth&quot;:20,&quot;targetPower&quot;:15}}