Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface UpdatePhoneTemplateRequestContent

    {}
    
    interface UpdatePhoneTemplateRequestContent {
        content?: PartialPhoneTemplateContent;
        disabled?: boolean;
    }
    Index
    disabled?: boolean

    Whether the template is enabled (false) or disabled (true).