We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0156cb commit f418b6fCopy full SHA for f418b6f
rest-api-spec/src/main/resources/rest-api-spec/api/indices.flush_synced.json
@@ -2,7 +2,11 @@
2
"indices.flush_synced":{
3
"documentation":{
4
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced-flush-api.html",
5
- "description":"Performs a synced flush operation on one or more indices. Synced flush is deprecated and will be removed in 8.0. Use flush instead"
+ "description":"Performs a synced flush operation on one or more indices."
6
+ },
7
+ "deprecated" : {
8
+ "version" : "7.6.0",
9
+ "description" : "Synced flush is deprecated and will be removed in 8.0. Use flush instead"
10
},
11
"stability":"stable",
12
"url":{
0 commit comments