From a6101547475a48a8532900cc59df62ba36ac696c Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Fri, 29 Mar 2024 10:18:40 +0000 Subject: [PATCH] Removed unused (not implemented) query parameter. (#1369) Signed-off-by: Andy Piper --- content/en/methods/announcements.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/content/en/methods/announcements.md b/content/en/methods/announcements.md index 5139418b..6039f9ee 100644 --- a/content/en/methods/announcements.md +++ b/content/en/methods/announcements.md @@ -38,11 +38,6 @@ See all currently active announcements set by admins. Authorization : {{}} Provide this header with `Bearer ` to gain authorized access to this API method. -##### Query parameters - -with_dismissed -: Boolean. If true, response will include announcements dismissed by the user. Defaults to false. - #### Response ##### 200: OK @@ -294,4 +289,4 @@ Announcement with given ID does not exist {{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/announcements_controller.rb" caption="app/controllers/api/v1/announcements_controller.rb" >}} -{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/announcements/reactions_controller.rb" caption="app/controllers/api/v1/announcements/reactions_controller.rb" >}} \ No newline at end of file +{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/announcements/reactions_controller.rb" caption="app/controllers/api/v1/announcements/reactions_controller.rb" >}}