Skip to main content
Module

x/windmill/mod.ts>WorkspaceService.getSettings

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 WorkspaceService.getSettings
import { WorkspaceService } from "https://deno.land/x/windmill@v1.73.1/mod.ts";

get settings

Parameters

unnamed 0: { workspace: string; }

Returns

CancelablePromise<{ workspace_id?: string; slack_name?: string; slack_team_id?: string; slack_command_script?: string; auto_invite_domain?: string; auto_invite_operator?: boolean; plan?: string; customer_id?: string; webhook?: string; }>

any status