Skip to content

Commit

Permalink
[DOCS] Remove include_type_name query parameter (#78394)
Browse files Browse the repository at this point in the history
Adds an 8.0 breaking change for PR #48632.
  • Loading branch information
jrodewig authored Sep 29, 2021
1 parent c364701 commit f4b5ef7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/reference/migration/migrate_8_0/mappings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Use a maximum of 10 completion contexts in a completion field. Specifying more
than 10 completion contexts will return an error.
====


.Mapping API endpoints containing mapping types have been removed.
[%collapsible]
====
Expand Down Expand Up @@ -108,4 +107,18 @@ These parameters have been removed in 8.0.0.
In 8.0, you can no longer create mappings that include these parameters.
However, 7.x indices that use these mapping parameters will continue to work.
====

.The `include_type_name` query parameter has been removed.
[%collapsible]
====
*Details* +
The `include_type_name` query parameter has been removed from the index
creation, index template, and mapping APIs. Previously, you could set
`include_type_name` to `true` to indicate that requests and responses should
include a mapping type name. Mapping types have been removed in 8.x.
*Impact* +
Discontinue use of the `include_type_name` query parameter. Requests that
include the parameter will return an error.
====
// end::notable-breaking-changes[]

0 comments on commit f4b5ef7

Please sign in to comment.