Update The Bluetooth Settings For A Network
PUT {{baseUrl}}/networks/:networkId/wireless/bluetooth/settings
Update the Bluetooth settings for a network. See the docs page for Bluetooth settings.
Request Body
{"scanningEnabled"=>"<boolean>", "advertisingEnabled"=>"<boolean>", "uuid"=>"<string>", "majorMinorAssignmentMode"=>"<string>", "major"=>"<integer>", "minor"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"scanningEnabled":true,"advertisingEnabled":true,"uuid":"00000000-0000-0000-000-000000000000","majorMinorAssignmentMode":"Non-unique","major":1}