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>"
}
'{}Save a custom email template override.
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>"
}
'{}Successful Response
The response is of type Response Update Template Cabinet Admin Email Templates Notification Type Language Put · object.