Merge pull request #138 from expenses/patch-1
Add documentation for /api/v1/notifications/dismiss
This commit is contained in:
commit
b2e03c18f9
1 changed files with 7 additions and 0 deletions
|
@ -347,6 +347,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