Skip to main content
Module

x/windmill/windmill-api/index.ts>FolderService.createFolder

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method FolderService.createFolder
import { FolderService } from "https://deno.land/x/windmill@v1.391.0/windmill-api/index.ts";

create folder

Parameters

unnamed 0: { workspace: string; requestBody: { name: string; summary?: string; owners?: Array<string>; extra_perms?: any; }; }

Returns

CancelablePromise<string>

string folder created