Skip to content

Commit 4f517b4

Browse files
Enabled cannot be updated (#43701)
Removed the invalid tip that enabled can be updated for existing fields and clarified instead that it cannot. Related to #33566 and #33933
1 parent 362a346 commit 4f517b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/mapping/params/enabled.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ GET my_index/_mapping <3>
9292
<2> The document can be retrieved.
9393
<3> Checking the mapping reveals that no fields have been added.
9494

95-
TIP: The `enabled` setting can be updated on existing fields
96-
using the <<indices-put-mapping,PUT mapping API>>.
95+
The `enabled` setting for existing fields and the top-level mapping
96+
definition cannot be updated.
9797

0 commit comments

Comments
 (0)