You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/IndicesClientDocumentationIT.java
+8-8
Original file line number
Diff line number
Diff line change
@@ -1621,7 +1621,7 @@ public void testPutTemplate() throws Exception {
1621
1621
// end::put-template-request-settings
1622
1622
1623
1623
{
1624
-
// tag::create-put-template-request-mappings
1624
+
// tag::put-template-request-mappings-json
1625
1625
request.mapping("tweet", // <1>
1626
1626
"{\n" +
1627
1627
" \"tweet\": {\n" +
@@ -1633,11 +1633,11 @@ public void testPutTemplate() throws Exception {
0 commit comments