Add documentation for /api/v1/notifications/dismiss
This commit is contained in:
parent
863a5ea716
commit
7062b20dbc
1 changed files with 7 additions and 0 deletions
|
@ -292,6 +292,13 @@ Returns the [Notification](#notification).
|
|||
Deletes all notifications from the Mastodon server for the authenticated user.
|
||||
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
|
||||
|
||||
#### Fetching a user's reports:
|
||||
|
|
Loading…
Reference in a new issue