OpenSearch/rest-api-spec/api/clear_scroll.json

20 lines
515 B
JSON

{
"clear_scroll": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/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": null
}
}