masto
    Preparing search index...

    Interface Filters$SelectKeywordsResource

    interface Filters$SelectKeywordsResource {
        create: Method<
            FilterKeyword,
            CreateFilterKeywordParams,
            HttpMetaParams<"json">,
        >;
        list: Method<Paginator<FilterKeyword[], undefined>>;
    }
    Index

    Properties

    Properties

    Add the given keyword to the specified filter group

    String. The ID of the Filter in the database.

    Parameters

    FilterKeywords

    list: Method<Paginator<FilterKeyword[], undefined>>

    List all keywords attached to the current filter group.