Browse Source

Wrong API doc for notifications. fixes #191

tags/build/2.0.0.pre1
Ruud 13 years ago
parent
commit
f7e4c8c987
  1. 2
      couchpotato/core/notifications/core/main.py

2
couchpotato/core/notifications/core/main.py

@ -30,7 +30,7 @@ class CoreNotifier(Notification):
addApiView('notification.markread', self.markAsRead, docs = { addApiView('notification.markread', self.markAsRead, docs = {
'desc': 'Mark notifications as read', 'desc': 'Mark notifications as read',
'params': { '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)'},
}, },
}) })

Loading…
Cancel
Save