latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-201,3412,1385.0 MB

3fdc16374d70

Email Templates

Replace an email template

Replaces template fields. Behaves identically to PATCH; provided for compatibility with Phoenix resource routes.

put/email_templates/{id}

Path parameters

idstring uuid required

Email template UUID.

Request body

html_bodystring nullable

Liquid template HTML body.

namestring
subjectstring nullable

Liquid template subject.

text_bodystring nullable

Liquid template text body.

variablesstring[]

Response

Template updated.