Skip to content

Commit f2f4b72

Browse files
committed
Add missing closing '}' to indices.stats.json
1 parent a66aead commit f2f4b72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rest-api-spec/api/indices.stats.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"type" : "list",
4343
"description" : "A comma-separated list of document types for the `indexing` index metric"
4444
}
45-
},
46-
"body": null
45+
},
46+
"body": null
47+
}
4748
}
4849
}

0 commit comments

Comments
 (0)