Skip to content

Commit a02e997

Browse files
Merge pull request #15051 from apatrida/patch-1
body attribute was at wrong nesting level
2 parents 2985374 + 815c53e commit a02e997

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.stats.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"type" : "list",
5454
"description" : "A comma-separated list of document types for the `indexing` index metric"
5555
}
56-
},
57-
"body": null
58-
}
56+
}
57+
},
58+
"body": null
5959
}
6060
}

0 commit comments

Comments
 (0)