mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 00:02:13 +00:00
Add 'on_behalf_of_email' to flow inputs schema (#7854)
This commit is contained in:
@@ -35,6 +35,9 @@ components:
|
||||
schema:
|
||||
type: object
|
||||
description: JSON Schema for flow inputs. Use this to define input parameters, their types, defaults, and validation. For resource inputs, set type to 'object' and format to 'resource-<type>' (e.g., 'resource-stripe')
|
||||
on_behalf_of_email:
|
||||
type: string
|
||||
description: The flow will be run with the permissions of the user with this email.
|
||||
required:
|
||||
- summary
|
||||
- value
|
||||
|
||||
Reference in New Issue
Block a user