Skip to content

Commit

Permalink
[SPEC] Added path without scroll_id to clear_scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
clintongormley committed Apr 22, 2014
1 parent a421118 commit b6c4a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-api-spec/api/clear_scroll.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b6c4a9e

Please sign in to comment.