Skip to main content
PATCH
Update Template

Authorizations

Authorization
string
header
required

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

Path Parameters

template_id
string<uuid>
required

Body

application/json

Request model for updating an email template.

name
string | null

Template name

Required string length: 1 - 255
content
TemplateContent · object | null

Email content

Response

Successful Response

Response model for email template.

template_id
string<uuid>
required

Unique template identifier

user_id
string<uuid>
required

Owner user ID

name
string
required

Template name

content
TemplateContent · object
required

Email content

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp