mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Add documentation for /api/v1/notifications/dismiss
This commit is contained in:
parent
863a5ea716
commit
7062b20dbc
@ -292,6 +292,13 @@ Returns the [Notification](#notification).
|
|||||||
Deletes all notifications from the Mastodon server for the authenticated user.
|
Deletes all notifications from the Mastodon server for the authenticated user.
|
||||||
Returns an empty object.
|
Returns an empty object.
|
||||||
|
|
||||||
|
#### Dismissing a single notification:
|
||||||
|
|
||||||
|
POST /api/v1/notifications/dismiss/:id
|
||||||
|
|
||||||
|
Deletes the notification from the Mastodon server for the authenticated user.
|
||||||
|
Returns an empty object.
|
||||||
|
|
||||||
### Reports
|
### Reports
|
||||||
|
|
||||||
#### Fetching a user's reports:
|
#### Fetching a user's reports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user