mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Added hook to proppatch request
This commit is contained in:
parent
46d1a31441
commit
06fbac67a1
2 changed files with 11 additions and 0 deletions
|
@ -29,6 +29,7 @@ class BaseHook:
|
|||
|
||||
|
||||
class HookNotificationItemTypes(Enum):
|
||||
CPATCH = "cpatch"
|
||||
UPSERT = "upsert"
|
||||
DELETE = "delete"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue