1
0
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:
Claire 2024-07-25 15:52:50 +02:00 committed by GitHub
parent 61481fb191
commit 0e88921543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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\