We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a3e18 commit 43878c1Copy full SHA for 43878c1
1 file changed
website/server/controllers/api-v3/notifications.js
@@ -55,8 +55,9 @@ api.readNotification = {
55
* @apiName ReadNotifications
56
* @apiGroup Notification
57
*
58
- * @apiParam {String[]} notificationIds Array of UUIDs of notification IDs to mark as read (required)
59
- *
+ * @apiParam {String[]} notificationIds Array of UUIDs of notification IDs to mark as read
+ * (required)
60
+ *
61
* @apiSuccess {Object} data Updated user.notifications array
62
*/
63
api.readNotifications = {
0 commit comments