Added the API definition for checking the index existence

This commit is contained in:
Karel Minarik 2013-05-27 15:36:09 +02:00
parent 8d44d42681
commit 1813dc361e
1 changed files with 4 additions and 3 deletions

View File

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