import { ScriptService } from "https://deno.land/x/windmill@v1.67.1/windmill-api/index.ts";
create script
Parameters
unnamed 0: { workspace: string; requestBody: { path: string; parent_hash?: string; summary: string; description: string; content: string; schema?: any; is_template?: boolean; lock?: Array<string>; language: ; kind?: ; }; }
| "python3"
| "deno"
| "go"
| "bash"
| "script"
| "failure"
| "trigger"
| "command"
| "approval"
Returns
CancelablePromise<string>
string script created