Updates Specified RF Profile For This Network

PUT {{baseUrl}}/networks/:networkId/wireless/rfProfiles/:rfProfileId

Updates specified RF profile for this network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the new profile. Must be unique. clientBalancingEnabled| boolean| Steers client to best available access point. Can be either true or false. minBitrateType| string| Minimum bitrate can be set to either 'band' or 'ssid'. bandSelectionType| string| Band selection can be set to either 'ssid' or 'ap'. apBandSettings| object| Settings that will be enabled if selectionType is set to 'ap'. twoFourGhzSettings| object| Settings related to 2.4Ghz band fiveGhzSettings| object| Settings related to 5Ghz band

Supports Action Batches

ResourceOperation
/networks/{networkId}/wireless/rfProfiles/{rfProfileId}update

Request Body

{"name"=>"<string>", "clientBalancingEnabled"=>"<boolean>", "minBitrateType"=>"<string>", "bandSelectionType"=>"<string>", "apBandSettings"=>{"bandOperationMode"=>"<string>", "bandSteeringEnabled"=>"<boolean>"}, "twoFourGhzSettings"=>{"maxPower"=>"<integer>", "minPower"=>"<integer>", "minBitrate"=>"<float>", "validAutoChannels"=>["<integer>", "<integer>"], "axEnabled"=>"<boolean>", "rxsop"=>"<integer>"}, "fiveGhzSettings"=>{"maxPower"=>"<integer>", "minPower"=>"<integer>", "minBitrate"=>"<integer>", "validAutoChannels"=>["<integer>", "<integer>"], "channelWidth"=>"<string>", "rxsop"=>"<integer>"}}

HEADERS

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

RESPONSES

status: OK

{&quot;id&quot;:&quot;1234&quot;,&quot;networkId&quot;:&quot;N_24329156&quot;,&quot;name&quot;:&quot;Some Custom RF Profile&quot;,&quot;clientBalancingEnabled&quot;:true,&quot;minBitrateType&quot;:&quot;band&quot;,&quot;bandSelectionType&quot;:&quot;ap&quot;,&quot;apSelectionSettings&quot;:{&quot;bandOperationMode&quot;:&quot;dual&quot;,&quot;bandSteeringEnabled&quot;:true},&quot;twoFourGhzSettings&quot;:{&quot;maxPower&quot;:30,&quot;minPower&quot;:5,&quot;minBitrate&quot;:11,&quot;rxsop&quot;:null,&quot;validAutoChannels&quot;:[1,6,11],&quot;axEnabled&quot;:true},&quot;fiveGhzSettings&quot;:{&quot;maxPower&quot;:30,&quot;minPower&quot;:8,&quot;minBitrate&quot;:12,&quot;rxsop&quot;:null,&quot;validAutoChannels&quot;:[36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,144,149,153,157,161,165],&quot;channelWidth&quot;:&quot;auto&quot;}}