summaryrefslogtreecommitdiff
path: root/rest-api-spec/api/clear_scroll.json
blob: 403d231717d9e01f830f1cfd31c9cf6555dd91fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "clear_scroll": {
    "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/search-request-scroll.html",
    "methods": ["DELETE"],
    "url": {
      "path": "/_search/scroll/{scroll_id}",
      "paths": ["/_search/scroll/{scroll_id}"],
      "parts": {
        "scroll_id": {
          "type" : "list",
          "required" : "true",
          "description" : "A comma-separated list of scroll IDs to clear"
        }
      },
      "params": {}
    },
    "body": {
      "description": "A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter"
    }
  }
}