diff --git a/website/server/controllers/api-v3/notifications.js b/website/server/controllers/api-v3/notifications.js index 8ded24d5ebd..71545d4ba32 100644 --- a/website/server/controllers/api-v3/notifications.js +++ b/website/server/controllers/api-v3/notifications.js @@ -55,6 +55,8 @@ api.readNotification = { * @apiName ReadNotifications * @apiGroup Notification * + * @apiParam (Body) {String[]} notificationIds Array of UUIDs of notificationIds + * * @apiSuccess {Object} data user.notifications */ api.readNotifications = {