Update A Configuration Template
PUT {{baseUrl}}/organizations/:organizationId/configTemplates/:configTemplateId
Update a configuration template #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the configuration template timeZone| string| The timezone of the configuration template. For a list of allowed timezones, please see the 'TZ' column in the table in this article.
Supports Action Batches
Resource | Operation |
---|---|
/organizations/{organizationId}/configTemplates/{configTemplateId} | update |
Request Body
{"name"=>"<string>", "timeZone"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"N_24329156","name":"My config template","productTypes":["appliance","switch","wireless"],"timeZone":"America/Los_Angeles"}