# UpdateFlowRequest
## Properties
**summary** | **String** | Short description of what this flow does |
**description** | Option<**String**> | Detailed documentation for this flow | [optional]
**value** | [**models::FlowValue**](FlowValue.md) | |
**schema** | Option<[**serde_json::Value**](.md)> | 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') | [optional]
**on_behalf_of_email** | Option<**String**> | | [optional]
**path** | **String** | |
**tag** | Option<**String**> | | [optional]
**ws_error_handler_muted** | Option<**bool**> | | [optional]
**priority** | Option<**i32**> | | [optional]
**dedicated_worker** | Option<**bool**> | | [optional]
**timeout** | Option<**f64**> | | [optional]
**visible_to_runner_only** | Option<**bool**> | | [optional]
**preserve_on_behalf_of** | Option<**bool**> | When true and the caller is a member of the 'wm_deployers' group, preserves the original on_behalf_of_email value instead of overwriting it. | [optional]
**labels** | Option<**Vec<String>**> | | [optional]
**deployment_message** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)