mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-06 12:27:45 +00:00
13 lines
2.5 KiB
Markdown
13 lines
2.5 KiB
Markdown
# 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 | |