Skip to main content
Module

x/windmill/windmill-api/index.ts>ConfigService

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
class ConfigService
import { ConfigService } from "https://deno.land/x/windmill@v1.323.4/windmill-api/index.ts";

Static Methods

deleteConfig(unnamed 0: { name: string; }): CancelablePromise<string>

Delete Config

getConfig(unnamed 0: { name: string; }): CancelablePromise<any>

get config

listWorkerGroups(): CancelablePromise<Array<{ name: string; config: any; }>>

list worker groups

updateConfig(unnamed 0: { name: string; requestBody: any; }): CancelablePromise<string>

Update config