Skip to content

Commit e13aaa7

Browse files
Generate initial NEST code for 7.10.1 (#5123) (#5127)
Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
1 parent 7fd6e7a commit e13aaa7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"indices.flush_synced": {
3+
"url": {
4+
"path": "/_flush/synced",
5+
"paths": [ "/_flush/synced", "/{index}/_flush/synced" ],
6+
"deprecated_paths": [
7+
{
8+
"version": "7.6.0",
9+
"path": "/_flush/synced",
10+
"description": "Synced flush is deprecated and will be removed in 8.0. Use flush instead."
11+
},
12+
{
13+
"version": "7.6.0",
14+
"path": "/{index}/_flush/synced",
15+
"description": "Synced flush is deprecated and will be removed in 8.0. Use flush instead."
16+
}
17+
]
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)