Make Default

Make template default

Path parameters

template_idstringRequired

Headers

AuthorizationstringRequired

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

x-monite-versionstringRequired

Response

Successful Response
idstringformat: "uuid"
ID of email template
created_atdatetime
Template created date and time
updated_atdatetime
Template updated date and time
body_templatestring
Jinja2 compatible email body template
is_defaultboolean
Is default template
languagestring<=4 characters
Lowercase ISO code of language
namestring<=128 characters
Name of the template
subject_templatestring<=2048 characters
Jinja2 compatible email subject template
typestring
Document type of content

Errors