Adds notifications/dismiss/:id (Fixes )

@Kimik0 noticed the endpoint was missing. Read more about it here 
This commit is contained in:
Ornithologist Coder 2017-05-25 17:46:01 +02:00 committed by GitHub
parent 998efd960a
commit d7b090f0af
1 changed files with 7 additions and 0 deletions
Using-the-API

View File

@ -373,6 +373,13 @@ Returns the [Notification](#notification).
Deletes all notifications from the Mastodon server for the authenticated user. Deletes all notifications from the Mastodon server for the authenticated user.
Returns an empty object. 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 ### Reports
#### Fetching a user's reports: #### Fetching a user's reports: