Update A Network

PUT {{baseUrl}}/networks/:networkId

Update a network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the network timeZone| string| The timezone of the network. For a list of allowed timezones, please see the 'TZ' column in the table in this article. tags| array| A list of tags to be applied to the network enrollmentString| string| A unique identifier which can be used for device enrollment or easy access through the Meraki SM Registration page or the Self Service Portal. Please note that changing this field may cause existing bookmarks to break. notes| string| Add any notes or additional information about this network here.

Supports Action Batches

ResourceOperation
/networks/{networkId}update

Request Body

{"name"=>"<string>", "timeZone"=>"<string>", "tags"=>["<string>", "<string>"], "enrollmentString"=>"<string>", "notes"=>"<string>"}

HEADERS

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

RESPONSES

status: OK

{&quot;id&quot;:&quot;L_123456&quot;,&quot;organizationId&quot;:&quot;2930418&quot;,&quot;name&quot;:&quot;Long Island Office&quot;,&quot;timeZone&quot;:&quot;America/Los_Angeles&quot;,&quot;tags&quot;:[&quot;tag1&quot;,&quot;tag2&quot;],&quot;productTypes&quot;:[&quot;appliance&quot;,&quot;switch&quot;,&quot;wireless&quot;],&quot;enrollmentString&quot;:&quot;long-island-office&quot;,&quot;notes&quot;:&quot;Combined network for Long Island Office&quot;}