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
Resource | Operation |
---|---|
/networks/{networkId} | update |
Request Body
{"name"=>"<string>", "timeZone"=>"<string>", "tags"=>["<string>", "<string>"], "enrollmentString"=>"<string>", "notes"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"L_123456","organizationId":"2930418","name":"Long Island Office","timeZone":"America/Los_Angeles","tags":["tag1","tag2"],"productTypes":["appliance","switch","wireless"],"enrollmentString":"long-island-office","notes":"Combined network for Long Island Office"}