[API] formatting issues

This commit is contained in:
Honza Kral 2013-09-25 14:08:18 +02:00
parent e283e0dc38
commit 559d284f41
2 changed files with 3 additions and 3 deletions

View File

@ -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
} }

View File

@ -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"