Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.71 KB

File metadata and controls

19 lines (14 loc) · 1.71 KB

UpdateWorkflowV1WorkflowsWorkflowIdentifierPutRequest

Example Usage

import { UpdateWorkflowV1WorkflowsWorkflowIdentifierPutRequest } from "@mistralai/mistralai/models/operations";

let value: UpdateWorkflowV1WorkflowsWorkflowIdentifierPutRequest = {
  workflowIdentifier: "<value>",
  workflowUpdateRequest: {},
};

Fields

Field Type Required Description
workflowIdentifier string ✔️ N/A
workflowUpdateRequest components.WorkflowUpdateRequest ✔️ N/A