Here's the complete JSON I'm sending when I do an update to the RF profile and set min data rates on 4 SSID's. { "name": "***RYAN TEST***", "bandSelectionType": "ap", "clientBalancingEnabled": "true", "minBitrateType": "ssid", "apBandSettings": { "bandOperationMode": "dual", "bandSteeringEnabled": "true" }, "twoFourGhzSettings": { "maxPower": "11", "minPower": "8", "minBitrate": "12", "validAutoChannels": [ "1", "6", "11" ], "axEnabled": "true" }, "fiveGhzSettings": { "maxPower": "14", "minPower": "8", "minBitrate": "18", "validAutoChannels": [ "36", "40" ], "channelWidth": "auto" }, "perSsidSettings": { "0": { "name": "meraki-cameras2", "minBitrate": 11, "bandOperationMode": "dual", "bandSteeringEnabled": true }, "1": { "name": "meraki-camera", "minBitrate": 24, "bandOperationMode": "dual", "bandSteeringEnabled": true }, "2": { "name": "meraki-camera", "minBitrate": 36, "bandOperationMode": "dual", "bandSteeringEnabled": true }, "3": { "name": "meraki-camera", "minBitrate": 54, "bandOperationMode": "dual", "bandSteeringEnabled": true } } }
... View more