We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e858b25 commit 0883e01Copy full SHA for 0883e01
labelbox/schema/webhook.py
@@ -36,6 +36,7 @@ class Topic(Enum):
36
REVIEW_CREATED = "REVIEW_CREATED"
37
REVIEW_UPDATED = "REVIEW_UPDATED"
38
REVIEW_DELETED = "REVIEW_DELETED"
39
+ WORKFLOW_ACTION = "WORKFLOW_ACTION"
40
41
# For backwards compatibility
42
for topic in Status:
0 commit comments