diff --git a/Using-the-API/API.md b/Using-the-API/API.md index f55e2a4..4d0e18a 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -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: