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

ResourceOperation
/organizations/{organizationId}/configTemplates/{configTemplateId}update

Request Body

{"name"=>"<string>", "timeZone"=>"<string>"}

HEADERS

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

RESPONSES

status: OK

{&quot;id&quot;:&quot;N_24329156&quot;,&quot;name&quot;:&quot;My config template&quot;,&quot;productTypes&quot;:[&quot;appliance&quot;,&quot;switch&quot;,&quot;wireless&quot;],&quot;timeZone&quot;:&quot;America/Los_Angeles&quot;}