Webhooks: Add Shop live/offline and Testmode on/off

This commit is contained in:
Martin Gross
2022-09-02 19:13:06 +02:00
parent cf060f353d
commit b65424ee3d
2 changed files with 20 additions and 0 deletions
+4
View File
@@ -56,6 +56,10 @@ The following values for ``action_types`` are valid with pretix core:
* ``pretix.subevent.added``
* ``pretix.subevent.changed``
* ``pretix.subevent.deleted``
* ``pretix.event.live.activated``
* ``pretix.event.live.deactivated``
* ``pretix.event.testmode.activated``
* ``pretix.event.testmode.deactivated``
Installed plugins might register more valid values.