File tree 2 files changed +17
-3
lines changed
rest-api-spec/src/main/resources/rest-api-spec/api
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 3
3
"documentation" : " http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-scroll.html" ,
4
4
"methods" : [" DELETE" ],
5
5
"url" : {
6
- "path" : " /_search/scroll/{scroll_id}" ,
7
- "paths" : [" /_search/scroll/{scroll_id}" , " /_search/scroll" ],
6
+ "path" : " /_search/scroll" ,
7
+ "paths" : [ " /_search/scroll" ],
8
+ "deprecated_paths" : [
9
+ {
10
+ "version" : " 7.0" ,
11
+ "path" : " /_search/scroll/{scroll_id}" ,
12
+ "description" : " A scroll id can be quite large and should be specified as part of the body"
13
+ }
14
+ ],
8
15
"parts" : {
9
16
"scroll_id" : {
10
17
"type" : " list" ,
Original file line number Diff line number Diff line change 4
4
"methods" : [" GET" , " POST" ],
5
5
"url" : {
6
6
"path" : " /_search/scroll" ,
7
- "paths" : [" /_search/scroll" , " /_search/scroll/{scroll_id}" ],
7
+ "paths" : [" /_search/scroll" ],
8
+ "deprecated_paths" : [
9
+ {
10
+ "version" : " 7.0" ,
11
+ "path" : " /_search/scroll/{scroll_id}" ,
12
+ "description" : " A scroll id can be quite large and should be specified as part of the body"
13
+ }
14
+ ],
8
15
"parts" : {
9
16
"scroll_id" : {
10
17
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments