mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Removed unused (not implemented) query parameter. (#1369)
Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
This commit is contained in:
parent
c20d658062
commit
a610154747
@ -38,11 +38,6 @@ See all currently active announcements set by admins.
|
||||
Authorization
|
||||
: {{<required>}} Provide this header with `Bearer <user token>` 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" >}}
|
||||
{{< 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" >}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user