Skip to content

Commit

Permalink
Merge pull request mastodon#266 from ornithocoder/patch-3
Browse files Browse the repository at this point in the history
Adds notifications/dismiss/:id (Fixes mastodon#265)
  • Loading branch information
Gargron authored May 25, 2017
2 parents 998efd9 + d7b090f commit d94a7d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Using-the-API/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d94a7d1

Please sign in to comment.