Update An MQTT Broker

PUT {{baseUrl}}/networks/:networkId/mqttBrokers/:mqttBrokerId

Update an MQTT broker #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| Name of the mqtt config host| string| Host name where mqtt broker runs port| integer| Host port though which mqtt broker can be reached

Supports Action Batches

ResourceOperation
/networks/{networkId}/mqttBrokers/{mqttBrokerId}update

Request Body

{"name"=>"<string>", "host"=>"<string>", "port"=>"<integer>"}

HEADERS

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

RESPONSES

status: OK

{&quot;id&quot;:&quot;1234&quot;,&quot;name&quot;:&quot;MQTT_Broker_1&quot;,&quot;host&quot;:&quot;1.1.1.1&quot;,&quot;port&quot;:1234}