Wrong API doc for notifications. fixes #191

This commit is contained in:
Ruud
2012-05-02 09:09:29 +02:00
parent b82d14f32d
commit f7e4c8c987
+1 -1
View File
@@ -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)'},
},
})