masto
    Preparing search index...

    Interface NotificationsPolicyResource

    interface NotificationsPolicyResource {
        fetch: Method<NotificationPolicy>;
        update: Method<
            NotificationPolicy,
            UpdateNotificationPolicyParams,
            HttpMetaParams<"json">,
        >;
    }
    Index

    Properties

    Properties

    Notifications filtering policy for the user.

    Update the user's notifications filtering policy.