---
title: "Update an existing email template"
method: PATCH
path: "/v1/email-template/{emailTemplateId}"
tags: ["email-template"]
---

# Update an existing email template

`PATCH /v1/email-template/{emailTemplateId}`

## Path parameters

- `emailTemplateId` string, required

## Request body

- UpdateEmailTemplate
  - `name` string — name of the email template
  - `category` 'ADMINISTRATIVE' | 'BILLING' | 'DATA_IMPORT_AND_SYNC_STATUS' | 'TRIAL_REMINDERS' | 'APPROVAL_NOTIFICATIONS' — email category

## Response `204`

email template updated

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/versions/50a1edd6b27e/schema)
