From c0353e222b33004dcb0da46ec44eb3c506591c24 Mon Sep 17 00:00:00 2001 From: David Roetzel Date: Fri, 12 Jul 2024 13:52:53 +0200 Subject: [PATCH] Remove flag that no longer exists. (#1482) See https://github.com/mastodon/mastodon/pull/31008 --- content/en/methods/notifications.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/en/methods/notifications.md b/content/en/methods/notifications.md index 9f8d6aae..56d66153 100644 --- a/content/en/methods/notifications.md +++ b/content/en/methods/notifications.md @@ -540,9 +540,6 @@ min_id limit : Integer. Maximum number of results to return. Defaults to 40 notification requests. Max 80 notification requests. -dismissed -: Boolean. Shows only dismissed requests if `true`, and only non-dismissed requests if `false`. Defaults to `false`. - #### Response ##### 200: OK