[API] formatting issues
This commit is contained in:
parent
e283e0dc38
commit
559d284f41
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"scroll": {
|
"clear_scroll": {
|
||||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/search/scroll/",
|
"documentation": "http://www.elasticsearch.org/guide/reference/api/search/scroll/",
|
||||||
"methods": ["DELETE"],
|
"methods": ["DELETE"],
|
||||||
"url": {
|
"url": {
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"description" : "A comma-separated list of scroll IDs to clear"
|
"description" : "A comma-separated list of scroll IDs to clear"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"params": {},
|
"params": {}
|
||||||
},
|
},
|
||||||
"body": null
|
"body": null
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
"type" : "list",
|
"type" : "list",
|
||||||
"description" : "A list of fields to extract and return from the _source field"
|
"description" : "A list of fields to extract and return from the _source field"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"description" : "The query definition using the Query DSL"
|
"description" : "The query definition using the Query DSL"
|
||||||
|
|
Loading…
Reference in New Issue