Removed the API definition for `_search_shards`
This commit is contained in:
parent
659b46cfaf
commit
72cd419617
|
@ -1,31 +0,0 @@
|
|||
{
|
||||
"cluster.shards": {
|
||||
"documentation": "",
|
||||
"methods": ["GET", "POST"],
|
||||
"url": {
|
||||
"path": "/_search_shards",
|
||||
"paths": ["/_search_shards", "/{index}/_search_shards", "/{index}/{type}/_search_shards"],
|
||||
"parts": {
|
||||
"index": {
|
||||
},
|
||||
"type": {
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
"ignore_indices": {
|
||||
},
|
||||
"index": {
|
||||
},
|
||||
"local": {
|
||||
},
|
||||
"preference": {
|
||||
},
|
||||
"routing": {
|
||||
},
|
||||
"type": {
|
||||
}
|
||||
}
|
||||
},
|
||||
"body": null
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue