mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Add PATCH method for webhooks
This commit is contained in:
parent
53e5f89725
commit
e4d181ba5b
1 changed files with 2 additions and 1 deletions
|
@ -4461,7 +4461,8 @@ class WEBHOOK(Notifier):
|
|||
'select_options': {'GET': 'GET',
|
||||
'POST': 'POST',
|
||||
'PUT': 'PUT',
|
||||
'DELETE': 'DELETE'}
|
||||
'DELETE': 'DELETE',
|
||||
'PATCH': 'PATCH'}
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue