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 f9908a7 commit 74cd5a1Copy full SHA for 74cd5a1
orchestrator/schemas/workflow.py
@@ -62,4 +62,4 @@ class SubscriptionWorkflowListsSchema(OrchestratorBaseModel):
62
63
64
class WorkflowPatchSchema(OrchestratorBaseModel):
65
- description: str
+ description: str | None = None
0 commit comments