This commit is contained in:
bennykok
2024-07-16 14:45:28 -07:00
commit 6ea0b09d80
207 changed files with 8190 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# PostWorkflowRequestBody
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `workflow_api` | Dict[str, [operations.WorkflowAPI](../../models/operations/workflowapi.md)] | :heavy_check_mark: | N/A |
| `snapshot` | [operations.Snapshot](../../models/operations/snapshot.md) | :heavy_check_mark: | N/A |
| `workflow_id` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `workflow_name` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `workflow` | *Optional[Any]* | :heavy_minus_sign: | N/A |
| `dependencies` | [Optional[operations.Dependencies]](../../models/operations/dependencies.md) | :heavy_minus_sign: | N/A |