pub async fn create_alert_observable(
configuration: &Configuration,
alert_id: &str,
input_observable: InputObservable,
x_organisation: Option<&str>,
) -> Result<Vec<OutputObservable>, Error<CreateAlertObservableError>>pub async fn create_alert_observable(
configuration: &Configuration,
alert_id: &str,
input_observable: InputObservable,
x_organisation: Option<&str>,
) -> Result<Vec<OutputObservable>, Error<CreateAlertObservableError>>