Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface UpdateFormResponseContent

    interface UpdateFormResponseContent {
        id: string;
        name: string;
        messages?: FormMessages;
        languages?: FormLanguages;
        translations?: FormTranslations;
        nodes?: FormNodeList;
        start?: FormStartNode;
        ending?: FormEndingNode;
        style?: FormStyle;
        created_at: string;
        updated_at: string;
        embedded_at?: string;
        submitted_at?: string;
    }
    Index

    Properties

    id: string
    name: string
    messages?: FormMessages
    languages?: FormLanguages
    translations?: FormTranslations
    nodes?: FormNodeList
    style?: FormStyle
    created_at: string
    updated_at: string
    embedded_at?: string
    submitted_at?: string