Update
Update custom template by ID
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
template_id
Headers
x-monite-version
Request
This endpoint expects an object.
body_template
Jinja2 compatible string with email body
language
Lowercase ISO code of language
name
Custom template name
subject_template
Jinja2 compatible string with email subject
Response
Successful Response
id
ID of email template
created_at
Template created date and time
updated_at
Template updated date and time
body_template
Jinja2 compatible email body template
is_default
Is default template
language
Lowercase ISO code of language
name
Name of the template
subject_template
Jinja2 compatible email subject template
type
Document type of content
Errors
401
Patch Mail Templates ID Request Unauthorized Error
422
Patch Mail Templates ID Request Unprocessable Entity Error
429
Patch Mail Templates ID Request Too Many Requests Error