mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Fix missing HTTP line for accept-request notification method (#1484)
This commit is contained in:
parent
61481fb191
commit
0e88921543
@ -689,6 +689,10 @@ Invalid or missing Authorization header.
|
||||
|
||||
## Accept a single notification request {#accept-request}
|
||||
|
||||
```http
|
||||
POST /api/v1/notifications/requests/:id/accept HTTP/1.1
|
||||
```
|
||||
|
||||
Accept a notification request, which merges the filtered notifications from that user back into the main notification and accepts any future notification from them.
|
||||
|
||||
**Returns:** Empty\
|
||||
|
Loading…
x
Reference in New Issue
Block a user