Add webhooks for changes to items (#3087)

This commit is contained in:
Raphael Michel
2023-02-06 17:52:42 +01:00
committed by GitHub
parent 513a90f976
commit 4543d8093f
3 changed files with 25 additions and 28 deletions
+1
View File
@@ -56,6 +56,7 @@ The following values for ``action_types`` are valid with pretix core:
* ``pretix.subevent.added``
* ``pretix.subevent.changed``
* ``pretix.subevent.deleted``
* ``pretix.event.item.*``
* ``pretix.event.live.activated``
* ``pretix.event.live.deactivated``
* ``pretix.event.testmode.activated``