Add PATCH method for webhooks

This commit is contained in:
JonnyWong16 2025-03-12 21:40:38 -07:00
parent 53e5f89725
commit e4d181ba5b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -4461,7 +4461,8 @@ class WEBHOOK(Notifier):
'select_options': {'GET': 'GET',
'POST': 'POST',
'PUT': 'PUT',
'DELETE': 'DELETE'}
'DELETE': 'DELETE',
'PATCH': 'PATCH'}
}
]