mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Move webserver notify to API
This commit is contained in:
parent
29ab470e42
commit
9b4536f132
4 changed files with 52 additions and 8 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue