rmapi-js
    Preparing search index...

    Interface PutDocumentOptions

    options for uploading a full document archive

    interface PutDocumentOptions {
        parent?: string;
        refresh?: boolean;
        visibleName?: string;
    }
    Index
    parent?: string

    the parent to place the document under, overriding the archived value

    refresh?: boolean

    if true, refresh the root hash before uploading

    visibleName?: string

    the visible name to use, overriding the archived value