[SPEC] Added path without scroll_id to clear_scroll

This commit is contained in:
Clinton Gormley 2014-04-22 19:38:01 +02:00
parent 1746f2f792
commit eccbd911de

View File

@ -4,7 +4,7 @@
"methods": ["DELETE"],
"url": {
"path": "/_search/scroll/{scroll_id}",
"paths": ["/_search/scroll/{scroll_id}"],
"paths": ["/_search/scroll/{scroll_id}", "/_search/scroll"],
"parts": {
"scroll_id": {
"type" : "list",