Merge pull request #138 from expenses/patch-1

Add documentation for /api/v1/notifications/dismiss
This commit is contained in:
Eugen 2017-04-23 05:52:59 +02:00 committed by GitHub
commit b2e03c18f9
1 changed files with 7 additions and 0 deletions

View File

@ -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: