Browse Source

[DOCS] add missing dynamic runtime option (#74294)

Luca Cavanna 4 years ago
parent
commit
5bfdcd2ec7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/types/object.asciidoc

+ 1 - 1
docs/reference/mapping/types/object.asciidoc

@@ -82,7 +82,7 @@ The following parameters are accepted by `object` fields:
 <<dynamic,`dynamic`>>::
 
     Whether or not new `properties` should be added dynamically
-    to an existing object. Accepts `true` (default), `false`
+    to an existing object. Accepts `true` (default), `runtime`, `false`
     and `strict`.
 
 <<enabled,`enabled`>>::