From e0962987aa4b4b06b467e556b56925019b944407 Mon Sep 17 00:00:00 2001 From: Daenney Date: Thu, 25 May 2023 16:56:33 +0200 Subject: [bugfix/docs] Fix clear notifications API docs (#1831) The handler is already hooked to the right path, it's just the docs that were missing the path. --- docs/api/swagger.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 6c6b97a34..34a3dd7d1 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -5019,6 +5019,7 @@ paths: summary: Get notifications for currently authorized user. tags: - notifications + /api/v1/notifications/clear: post: description: Will return an empty object `{}` to indicate success. operationId: clearNotifications -- cgit v1.2.3