email relay (#598)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Kerem Yilmaz 2024-07-11 21:34:00 -07:00 committed by GitHub
parent f6bb4981fc
commit ea1039277f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 191 additions and 18 deletions

View file

@ -224,5 +224,6 @@ class WorkflowCreateYAMLRequest(BaseModel):
description: str | None = None
proxy_location: ProxyLocation | None = None
webhook_callback_url: str | None = None
totp_verification_url: str | None = None
workflow_definition: WorkflowDefinitionYAML
is_saved_task: bool = False