Use singular for index and type, index is default for exists methods
This commit is contained in:
parent
a3f7d61719
commit
7f3a9c582b
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.exist_indices": {
|
||||
"indices.exists": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-indices-exists/",
|
||||
"methods": ["HEAD"],
|
||||
"url": {
|
|
@ -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": {
|
Loading…
Reference in New Issue