masto
    Preparing search index...

    Interface FiltersKeywords$SelectResource

    interface FiltersKeywords$SelectResource {
        fetch: Method<FilterKeyword>;
        remove: Method<void>;
        update: Method<
            FilterKeyword,
            CreateFilterKeywordParams,
            HttpMetaParams<"json">,
        >;
    }
    Index

    Properties

    Properties

    Get one filter keyword by the given id.

    remove: Method<void>

    Deletes the given filter keyword.

    Update the given filter keyword.

    Parameters

    FilterKeywords