mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
fix: typos (#301)
This commit is contained in:
@@ -341,7 +341,7 @@ paths:
|
||||
|
||||
/workspaces/list_as_superadmin:
|
||||
get:
|
||||
summary: list all workspaces as super admin (require to be super amdin)
|
||||
summary: list all workspaces as super admin (require to be super admin)
|
||||
operationId: listWorkspacesAsSuperAdmin
|
||||
tags:
|
||||
- workspace
|
||||
@@ -1632,7 +1632,7 @@ paths:
|
||||
- $ref: "#/components/parameters/OrderDesc"
|
||||
- $ref: "#/components/parameters/CreatedBy"
|
||||
- name: path_start
|
||||
description: mask to filter matching starting parh
|
||||
description: mask to filter matching starting path
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
@@ -2011,7 +2011,7 @@ paths:
|
||||
- $ref: "#/components/parameters/OrderDesc"
|
||||
- $ref: "#/components/parameters/CreatedBy"
|
||||
- name: path_start
|
||||
description: mask to filter matching starting parh
|
||||
description: mask to filter matching starting path
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
@@ -2228,7 +2228,7 @@ paths:
|
||||
parameters:
|
||||
- $ref: "#/components/parameters/WorkspaceId"
|
||||
requestBody:
|
||||
description: previw
|
||||
description: preview
|
||||
required: true
|
||||
content:
|
||||
application/json:
|
||||
|
||||
@@ -24,7 +24,7 @@ def main(name: str = "Nicolas Bourbaki",
|
||||
# retrieve variables, including secrets by querying the windmill platform.
|
||||
# secret fetching is audited by windmill.
|
||||
secret = wmill.get_variable("g/all/pretty_secret")
|
||||
print(f"The env variable at \`g_all/pretty_secret\`: {secret}")
|
||||
print(f"The env variable at \`g/all/pretty_secret\`: {secret}")
|
||||
# interact with the windmill platform to get the version
|
||||
version = wmill.get_version()
|
||||
# fetch reserved variables as environment variables
|
||||
|
||||
Reference in New Issue
Block a user