put https://{hostname}/config//flows//locales//mailTemplates//body
Updates the body for an email template Use the Content-Type
header to determine whether the text or HTML version is updated.
Responses
204Successfully modified.
Updates the body for an email template Use the Content-Type
header to determine whether the text or HTML version is updated.
204Successfully modified.
xxxxxxxxxx
curl --request PUT \
--url https://hostname/config/app_id/flows/flow/locales/locale/mailTemplates/template/body \
--header 'accept: application/json'