Hi, There, I try to create and update rfProfile using dashboard(v1.6) According to the API document (https://developer.cisco.com/meraki/api-v1/#!create-network-wireless-rf-profile), I only need to enter 3 parameters when try to create new reprofile response = dashboard.wireless.createNetworkWirelessRfProfile( network_id, name, band_selection_type ). This can create a new rfprofile in meraki, but all the parameters for the newly created rfprofile are default. I have created payload already, but could not find where I can add to the request that allow all the desired parameters being created in one go. I thought maybe I need to create a new rfprofile with default value first, then use update method to update. but in the update method, I could not find any place to add my payload. Any suggestion for this? Thank you in advance.
... View more