Add documentation for /api/v1/notifications/dismiss

This commit is contained in:
Ashley 2017-04-23 15:47:29 +12:00 committed by GitHub
parent 863a5ea716
commit 7062b20dbc
1 changed files with 7 additions and 0 deletions

View File

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