---
title: "Update email template"
method: PUT
path: "/email-templates/{id}"
tags: ["Email Templates"]
---

# Update email template

`PUT /email-templates/{id}`

Update an existing email template

## Path parameters

- `id` number, required

## Request body

- UpdateEmailTemplateDto
  - `templateName` string — Template name
  - `subject` string — Email subject
  - `body` string — Email body (HTML)
  - `upsellProducts` number[], nullable — Array of product IDs for upsell (null or empty for normal emails)
  - `sortOrder` number — Sort order for display

## Response `200`

Email template updated successfully

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
