Closed as not planned
Description
The parameter include_type_name
is not included in indices.exists API for 6.7.0.
I tested and this endpoint supports this parameter as reported also in this issue for elastic/elasticsearch-perl.
Interesting, using Elasticsearch 6.8 even without the usage of include_type_name
the [DEPRECATION]
warning disappear thanks to #43905 (comment).
From the rest-api-spec the include_type_name
parameter is reported only in these endpoints:
indices.create.json
indices.get_field_mapping.json
indices.get.json
indices.get_mapping.json
indices.get_template.json
indices.put_mapping.json
indices.put_template.json
indices.rollover.json
I'm wondering if there are other APIs like indices.exists
that also support it but they are not reported in the specification.
Let me know so I can create a PR to add the indices.exists
in 6.7
branch and eventually in other spec.
Thanks!