windmill-api 1.683.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# NewHttpTrigger

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**path** | **String** | The unique path identifier for this trigger | 
**script_path** | **String** | Path to the script or flow to execute when triggered | 
**route_path** | **String** | The URL route path that will trigger this endpoint (e.g., 'api/myendpoint'). Must NOT start with a /. | 
**workspaced_route** | Option<**bool**> | If true, the route includes the workspace ID in the path | [optional]
**summary** | Option<**String**> | Short summary describing the purpose of this trigger | [optional]
**description** | Option<**String**> | Detailed description of what this trigger does | [optional]
**static_asset_config** | Option<[**models::NewHttpTriggerStaticAssetConfig**]NewHttpTrigger_static_asset_config.md> |  | [optional]
**is_flow** | **bool** | True if script_path points to a flow, false if it points to a script | 
**http_method** | [**models::HttpMethod**]HttpMethod.md |  | 
**authentication_resource_path** | Option<**String**> | Path to the resource containing authentication configuration (for api_key, basic_http, custom_script, signature methods) | [optional]
**is_async** | Option<**bool**> | Deprecated, use request_type instead | [optional]
**request_type** | Option<[**models::HttpRequestType**]HttpRequestType.md> |  | [optional]
**authentication_method** | [**models::AuthenticationMethod**]AuthenticationMethod.md |  | 
**is_static_website** | **bool** | If true, serves static files from S3/storage instead of running a script | 
**wrap_body** | Option<**bool**> | If true, wraps the request body in a 'body' parameter | [optional]
**mode** | Option<[**models::TriggerMode**]TriggerMode.md> |  | [optional]
**raw_string** | Option<**bool**> | If true, passes the request body as a raw string instead of parsing as JSON | [optional]
**error_handler_path** | Option<**String**> | Path to a script or flow to run when the triggered job fails | [optional]
**error_handler_args** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | The arguments to pass to the script or flow | [optional]
**retry** | Option<[**models::Retry**]Retry.md> |  | [optional]
**permissioned_as** | Option<**String**> | The user or group this trigger runs as. Used during deployment to preserve the original trigger owner. | [optional]
**preserve_permissioned_as** | Option<**bool**> | When true and the caller is a member of the 'wm_deployers' group, preserves the original permissioned_as value instead of overwriting it. | [optional]
**labels** | Option<**Vec<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)