Skip to content

Commit 74cd5a1

Browse files
committed
allow optional description in patch schema
1 parent f9908a7 commit 74cd5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchestrator/schemas/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ class SubscriptionWorkflowListsSchema(OrchestratorBaseModel):
6262

6363

6464
class WorkflowPatchSchema(OrchestratorBaseModel):
65-
description: str
65+
description: str | None = None

0 commit comments

Comments
 (0)