Update API.md (#359)
This commit is contained in:
parent
6bba74e6ac
commit
5457849bac
|
@ -405,7 +405,13 @@ Returns an empty object.
|
|||
|
||||
#### Dismissing a single notification:
|
||||
|
||||
POST /api/v1/notifications/dismiss/:id
|
||||
POST /api/v1/notifications/dismiss
|
||||
|
||||
Form data:
|
||||
|
||||
| Field | Description | Optional |
|
||||
| ----- | ---------------------------- | ---------- |
|
||||
| `id` | Notification ID | no |
|
||||
|
||||
Deletes a single notification from the Mastodon server for the authenticated user.
|
||||
Returns an empty object.
|
||||
|
|
Loading…
Reference in New Issue