Modify a 2FA messageCopy Pageput https://{hostname}/config/{app_id}/flows/{flow}/locales/{locale}/2faMessages/{messageId}Modifies the specified two-factor authentication (2FA) message.Path Paramsapp_idstringrequiredApplication ID. You can find your application ID on the Console's Manage Application page.flowstringrequiredName of the flow.localestringrequiredISO language code for the locale.messageIdstringrequiredApplication ID. You can find your application ID on the Console's Manage Application page.Body ParamsReturns information about the specified 2FA message.smsstringText for messages sent by SMS messaging.subjectstringSubject line for messages sent by email. Note that the same subject line is used for plain-text and HTML messages.textBodystringText for plain-text messages sent by email. You can’t include any kind of formatting in your plain-text messages.htmlBodystringText sent for HTML messages sent by email. You can include HTML tags and inline CSS formatting in HTML messages.Responses 204No content. 400Flow not found. 404Flow not found.Updated 3 months ago