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

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

RESPONSES

status: OK

{&quot;scanningEnabled&quot;:true,&quot;advertisingEnabled&quot;:true,&quot;uuid&quot;:&quot;00000000-0000-0000-000-000000000000&quot;,&quot;majorMinorAssignmentMode&quot;:&quot;Non-unique&quot;,&quot;major&quot;:1}