pl-api
    Preparing search index...

    Interface UpdateFileParams

    interface UpdateFileParams {
        description?: string;
        filename: string;
        sensitive: boolean;
    }
    Index

    Properties

    description?: string
    filename: string
    sensitive: boolean