diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 5f231a17..e12fa58f 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -4461,7 +4461,8 @@ class WEBHOOK(Notifier): 'select_options': {'GET': 'GET', 'POST': 'POST', 'PUT': 'PUT', - 'DELETE': 'DELETE'} + 'DELETE': 'DELETE', + 'PATCH': 'PATCH'} } ]