masto
    Preparing search index...

    Interface Filters$SelectResource

    interface Filters$SelectResource {
        fetch: Method<mastodon.v2.Filter>;
        keywords: Filters$SelectKeywordsResource;
        remove: Method<void>;
        statuses: Filters$SelectStatusesResource;
        update: Method<
            mastodon.v2.Filter,
            mastodon.rest.v2.UpdateFilterParams,
            HttpMetaParams<"json">,
        >;
    }
    Index

    Properties

    Obtain a single filter group owned by the current user.

    remove: Method<void>

    Delete a filter group with the given id.

    update: Method<
        mastodon.v2.Filter,
        mastodon.rest.v2.UpdateFilterParams,
        HttpMetaParams<"json">,
    >

    Update a filter group with the given parameters.

    Parameters

    Filter