Skip to content

Commit 2cb7a1a

Browse files
stevejgordongithub-actions[bot]
authored andcommitted
Generate initial NEST code for 7.10.1 (#5123)
1 parent f974897 commit 2cb7a1a

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)