Update The Bluetooth Settings For A Wireless Device

PUT {{baseUrl}}/devices/:serial/wireless/bluetooth/settings

Update the bluetooth settings for a wireless device #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: uuid| string| Desired UUID of the beacon. If the value is set to null it will reset to Dashboard's automatically generated value. major| integer| Desired major value of the beacon. If the value is set to null it will reset to Dashboard's automatically generated value. minor| integer| Desired minor value of the beacon. If the value is set to null it will reset to Dashboard's automatically generated value.

Supports Action Batches

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

Request Body

{"uuid"=>"<string>", "major"=>"<integer>", "minor"=>"<integer>"}

HEADERS

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

RESPONSES

status: OK

{&quot;uuid&quot;:&quot;00000000-0000-0000-000-000000000000&quot;,&quot;major&quot;:13,&quot;minor&quot;:125}