We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152d330 commit d593c96Copy full SHA for d593c96
rest-api-spec/src/main/resources/rest-api-spec/api/indices.flush_synced.json
@@ -12,7 +12,11 @@
12
"methods":[
13
"POST",
14
"GET"
15
- ]
+ ],
16
+ "deprecated":{
17
+ "version":"7.6.0",
18
+ "description":"Synced flush is deprecated and will be removed in 8.0. Use flush instead."
19
+ }
20
},
21
{
22
"path":"/{index}/_flush/synced",
@@ -25,6 +29,10 @@
25
29
"type":"list",
26
30
"description":"A comma-separated list of index names; use `_all` or empty string for all indices"
27
31
}
32
+ },
33
34
35
28
36
37
38
]
0 commit comments