# Update template Update the description of a template. Endpoint: PUT /v3/{domain_name}/templates/{template_name} Version: 3.0.0 Security: basicAuth ## Path parameters: - `domain_name` (string, required) Domain name the template is associated with. - `template_name` (string, required) The template name. ## Request fields (multipart/form-data): - `description` (string) Update description of the template being updated. ## Response 200 fields (application/json): - `message` (string, required) Response message - `template` (object, required) Template change details - `template.name` (string, required) Name of the template - `template.version` (any) Template version details