migrate_6_4.asciidoc 456 B

123456789101112
  1. [[breaking-changes-6.4]]
  2. == Breaking changes in 6.4
  3. [[breaking_64_api_changes]]
  4. === API changes
  5. ==== Field capabilities request format
  6. In the past, `fields` could be provided either as a parameter, or as part of the request
  7. body. Specifying `fields` in the request body is now deprecated, and instead they should
  8. always be supplied through a request parameter. In 7.0.0, the field capabilities API will
  9. not accept `fields` supplied in the request body.