pub async fn update_native_trigger(
configuration: &Configuration,
workspace: &str,
service_name: NativeServiceName,
external_id: &str,
native_trigger_data: NativeTriggerData,
) -> Result<String, Error<UpdateNativeTriggerError>>Expand description
Updates an existing native trigger. Requires write access to the script or flow that the trigger is associated with.