Closed
Description
Looking at the breaking changes for the .NET client. I believe I have found an issue.
The documentation for 6.0 indicates that the ignore_unavailable
and allow_no_indices
parameters on the indices.exists
call is no longer accepted: https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking_60_rest_changes.html#_indices_exists_api
however
The REST spec (https://github.com/elastic/elasticsearch/blob/6.x/rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists.json) still contains them.