Initial commit: Windmill workspace sync
Scripts, flows, apps, resources and resource types from the Windmill workspace. API token excluded via .gitignore (config/).
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
description: Login credentials for a user on a Matrix server
|
||||
format_extension: null
|
||||
is_fileset: false
|
||||
schema:
|
||||
$schema: https://json-schema.org/draft/2020-12/schema
|
||||
type: object
|
||||
properties:
|
||||
baseUrl:
|
||||
type: string
|
||||
description: The URL of a Matrix server, like "https://matrix.example.com"
|
||||
default: ''
|
||||
token:
|
||||
type: string
|
||||
description: An access token to act as a logged-in user. Leave this empty, if
|
||||
you want to perform unauthenticated requests.
|
||||
default: ''
|
||||
required:
|
||||
- baseUrl
|
||||
Reference in New Issue
Block a user