From 7015cfcd316e9cb23473ef265c49a49ffd9a88c9 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Sat, 15 Jun 2024 19:26:08 -0400 Subject: [PATCH] chore: update doc too --- doc/api/notifications.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/notifications.md b/doc/api/notifications.md index 0674d1ce..ec002fc0 100644 --- a/doc/api/notifications.md +++ b/doc/api/notifications.md @@ -2,12 +2,12 @@ Endpoints for managing notifications. -## POST `/notif/mark-awk` (auth required) +## POST `/notif/mark-ack` (auth required) ### Description -The `/notif/mark-awk` endpoint marks the specified notification -as "awknowledged". This indicates that the user has chosen to either +The `/notif/mark-ack` endpoint marks the specified notification +as "acknowledged". This indicates that the user has chosen to either dismiss or act on this notification. ### Parameters