Added the API definition for checking the index existence
This commit is contained in:
parent
8d44d42681
commit
1813dc361e
|
@ -1,17 +1,18 @@
|
|||
{
|
||||
"indices.exists.indices": {
|
||||
"documentation": "",
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-indices-exists/",
|
||||
"methods": ["HEAD"],
|
||||
"url": {
|
||||
"path": "/{index}",
|
||||
"paths": ["/{index}"],
|
||||
"parts": {
|
||||
"index": {
|
||||
"type" : "list",
|
||||
"required" : true,
|
||||
"description" : "A comma-separated list of indices to check"
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
"index": {
|
||||
}
|
||||
}
|
||||
},
|
||||
"body": null
|
||||
|
|
Loading…
Reference in New Issue