Correct name and small text edits for `_msearch`
This commit is contained in:
parent
9f5f984bd9
commit
60365ff08e
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"search": {
|
"msearch": {
|
||||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/multi-search/",
|
"documentation": "http://www.elasticsearch.org/guide/reference/api/multi-search/",
|
||||||
"methods": ["GET", "POST"],
|
"methods": ["GET", "POST"],
|
||||||
"url": {
|
"url": {
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"description": "The request definitions (metadata-search request pairs), separated by newlines"
|
"description": "The request definitions (metadata-search request definition pairs), separated by newlines"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue