We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b537e59 commit 9665ea9Copy full SHA for 9665ea9
client/rest-high-level/src/test/java/org/elasticsearch/client/RestHighLevelClientTests.java
@@ -790,7 +790,10 @@ public void testApiNamingConventions() throws Exception {
790
"indices.get_upgrade",
791
"indices.put_alias",
792
"render_search_template",
793
- "scripts_painless_execute"
+ "scripts_painless_execute",
794
+ "indices.create_data_stream",
795
+ "indices.get_data_streams",
796
+ "indices.delete_data_stream"
797
};
798
//These API are not required for high-level client feature completeness
799
String[] notRequiredApi = new String[] {
0 commit comments