# Save an email template Saves an email template. Endpoint: PUT /v4/email-templates/{slug} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `slug` (string, required) Slug of the Email template ## Request fields (application/json): - `templateType` (string) Example: "User Password Reset" - `label` (string) Example: "my modified default password reset" - `subject` (string) Example: "my modified default Password Reset Subject" - `content` (string) Example: "
New content
" ## Response 200 fields ## Response 400 fields