curl --request PUT \
--url https://api.example.com/cabinet/admin/email-templates/{notification_type}/{language} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"subject": "<string>",
"body_html": "<string>"
}
'{}Save a custom email template override.
curl --request PUT \
--url https://api.example.com/cabinet/admin/email-templates/{notification_type}/{language} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"subject": "<string>",
"body_html": "<string>"
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Update Template Cabinet Admin Email Templates Notification Type Language Put · object.