pl-api
    Preparing search index...

    Interface UpdateFilterParams

    interface UpdateFilterParams {
        context?: FilterContext[];
        expires_in?: number;
        filter_action?: "warn" | "hide";
        keywords_attributes?: {
            _destroy?: boolean;
            id?: string;
            keyword: string;
            whole_word?: boolean;
        }[];
        title?: string;
    }
    Index

    Properties

    context?: FilterContext[]
    expires_in?: number
    filter_action?: "warn" | "hide"
    keywords_attributes?: {
        _destroy?: boolean;
        id?: string;
        keyword: string;
        whole_word?: boolean;
    }[]
    title?: string