Function update_http_trigger

Source
pub async fn update_http_trigger(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    edit_http_trigger: EditHttpTrigger,
) -> Result<String, Error<UpdateHttpTriggerError>>