Skip to main content
PUT
Update email template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

type
enum<string>
required

Template type to update

Available options:
email-verification-code,
email-verification-link,
reset-password-code,
reset-password-link

Body

application/json
subject
string
required

Email subject line

bodyHtml
string
required

HTML body of the email template

Response

Template updated

id
string<uuid>
templateType
enum<string>
Available options:
email-verification-code,
email-verification-link,
reset-password-code,
reset-password-link
subject
string
bodyHtml
string
createdAt
string<date-time>
updatedAt
string<date-time>