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
Resource | Operation |
---|---|
/devices/{serial}/wireless/bluetooth/settings | update |
Request Body
{"uuid"=>"<string>", "major"=>"<integer>", "minor"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"uuid":"00000000-0000-0000-000-000000000000","major":13,"minor":125}