Skip to main content
PUT
/
cabinet
/
admin
/
email-templates
/
{notification_type}
/
{language}
Save custom template
curl --request PUT \
  --url http://localhost:8080/cabinet/admin/email-templates/{notification_type}/{language} \
  --header 'Content-Type: application/json' \
  --data '
{
  "subject": "<string>",
  "body_html": "<string>"
}
'
{}

Path Parameters

notification_type
string
required
language
string
required

Body

application/json

Request to update an email template.

subject
string
required
Required string length: 1 - 500
body_html
string
required
Minimum string length: 1

Response

Successful Response

The response is of type Response Update Template Cabinet Admin Email Templates Notification Type Language Put · object.