diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 810a052a54..057b9f496b 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -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-' (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