method FlowService.toggleWorkspaceErrorHandlerForFlowimport { FlowService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/index.ts"; toggleWorkspaceErrorHandlerForFlow(unnamed 0: { workspace: string; path: string; requestBody: { muted?: boolean; }; }): CancelablePromise<string>Toggle ON and OFF the workspace error handler for a given flow Parametersunnamed 0: { workspace: string; path: string; requestBody: { muted?: boolean; }; }ReturnsCancelablePromise<string>string error handler toggled