resetSiteAllApsToUseRrm

POST https://{{host}}/api/v1/sites/:site_id/devices/reset_radio_config

#### Request Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: bands|array|list of bands force|boolean|whether to reset those with radio disabled. default is false (i.e. if user intentionally disables a radio, honor it)

Request Body

{"bands"=>["24", "5", "6"], "force"=>false}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring