Move webserver notify to API

This commit is contained in:
JonnyWong16 2018-01-07 14:46:01 -08:00
parent 29ab470e42
commit 9b4536f132
4 changed files with 52 additions and 8 deletions

View file

@ -3079,7 +3079,6 @@ class WebInterface(object):
@cherrypy.expose
@requireAuth(member_of("admin"))
@addtoapi("notify")
def send_notification(self, notifier_id=None, subject='Tautulli', body='Test notification', notify_action='', **kwargs):
""" Send a notification using Tautulli.