File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
rest-api-spec/src/main/resources/rest-api-spec/api Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 33 "documentation" : " http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-scroll.html" ,
44 "methods" : [" DELETE" ],
55 "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+ ],
815 "parts" : {
916 "scroll_id" : {
1017 "type" : " list" ,
Original file line number Diff line number Diff line change 44 "methods" : [" GET" , " POST" ],
55 "url" : {
66 "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+ ],
815 "parts" : {
916 "scroll_id" : {
1017 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments