Function update_postgres_trigger

Source
pub async fn update_postgres_trigger(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    edit_postgres_trigger: EditPostgresTrigger,
) -> Result<String, Error<UpdatePostgresTriggerError>>