From f7e4c8c987cdc6ae7508d8d63849ba8ca94d68d1 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 2 May 2012 09:09:29 +0200 Subject: [PATCH] Wrong API doc for notifications. fixes #191 --- couchpotato/core/notifications/core/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/notifications/core/main.py b/couchpotato/core/notifications/core/main.py index 4c20094a..7081740b 100644 --- a/couchpotato/core/notifications/core/main.py +++ b/couchpotato/core/notifications/core/main.py @@ -30,7 +30,7 @@ class CoreNotifier(Notification): addApiView('notification.markread', self.markAsRead, docs = { 'desc': 'Mark notifications as read', 'params': { - 'id': {'desc': 'Notification id you want to mark as read.', 'type': 'int (comma separated)'}, + 'ids': {'desc': 'Notification id you want to mark as read.', 'type': 'int (comma separated)'}, }, })