From 0e88921543926655696fd0e7272d830192a8bbbf Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 25 Jul 2024 15:52:50 +0200 Subject: [PATCH] Fix missing HTTP line for accept-request notification method (#1484) --- content/en/methods/notifications.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/methods/notifications.md b/content/en/methods/notifications.md index 56d66153..c3135340 100644 --- a/content/en/methods/notifications.md +++ b/content/en/methods/notifications.md @@ -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\