Use singular for index and type, index is default for exists methods

This commit is contained in:
Honza Kral 2013-06-07 23:24:04 +02:00
parent a3f7d61719
commit 7f3a9c582b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"indices.exist_indices": {
"indices.exists": {
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-indices-exists/",
"methods": ["HEAD"],
"url": {

View File

@ -1,5 +1,5 @@
{
"indices.exist_types": {
"indices.exists_type": {
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-types-exists/",
"methods": ["HEAD"],
"url": {