Merge pull request #266 from ornithocoder/patch-3

Adds notifications/dismiss/:id (Fixes #265)
This commit is contained in:
Eugen Rochko 2017-05-26 00:44:21 +02:00 committed by GitHub
commit d94a7d18f4

View file

@ -373,6 +373,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 a single notification from the Mastodon server for the authenticated user.
Returns an empty object.
### Reports
#### Fetching a user's reports: