import { UpdateWorkflowV1WorkflowsWorkflowIdentifierPutRequest } from "@mistralai/mistralai/models/operations";
let value: UpdateWorkflowV1WorkflowsWorkflowIdentifierPutRequest = {
workflowIdentifier: "<value>",
workflowUpdateRequest: {},
};| Field | Type | Required | Description |
|---|---|---|---|
workflowIdentifier |
string | ✔️ | N/A |
workflowUpdateRequest |
components.WorkflowUpdateRequest | ✔️ | N/A |