Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 732 Bytes

File metadata and controls

20 lines (15 loc) · 732 Bytes

WorkflowBulkArchiveRequest

Example Usage

import { WorkflowBulkArchiveRequest } from "@mistralai/mistralai/models/components";

let value: WorkflowBulkArchiveRequest = {
  workflowIds: [
    "aebd1264-b960-49ab-b865-284e3da81ff4",
    "8a97e0f2-ee72-4404-b97e-e6dbdc835aad",
  ],
};

Fields

Field Type Required Description
workflowIds string[] ✔️ List of workflow IDs to archive