diff --git a/src/ApiGenerator/Configuration/CodeConfiguration.cs b/src/ApiGenerator/Configuration/CodeConfiguration.cs index 4bf1f461e3..beafe56cae 100644 --- a/src/ApiGenerator/Configuration/CodeConfiguration.cs +++ b/src/ApiGenerator/Configuration/CodeConfiguration.cs @@ -43,14 +43,13 @@ public static class CodeConfiguration new("{delete,get}_all_pits"), new("cluster.allocation_explain"), - new("cluster.delete_component_template"), new("cluster.delete_voting_config_exclusions"), - new("cluster.exists_component_template"), - new("cluster.get_component_template"), new("cluster.get_settings"), new("cluster.health"), new("cluster.pending_tasks"), + new("cluster.*_component_template"), + new("dangling_indices.*"), new("ingest.*"), new("nodes.*"),