mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 15:05:33 +00:00
13 lines
456 B
Plaintext
13 lines
456 B
Plaintext
|
[[breaking-changes-6.4]]
|
||
|
== Breaking changes in 6.4
|
||
|
|
||
|
[[breaking_64_api_changes]]
|
||
|
=== API changes
|
||
|
|
||
|
==== Field capabilities request format
|
||
|
|
||
|
In the past, `fields` could be provided either as a parameter, or as part of the request
|
||
|
body. Specifying `fields` in the request body is now deprecated, and instead they should
|
||
|
always be supplied through a request parameter. In 7.0.0, the field capabilities API will
|
||
|
not accept `fields` supplied in the request body.
|