We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4dfc2 commit 8061d8dCopy full SHA for 8061d8d
docs/reference/docs/update.asciidoc
@@ -118,8 +118,11 @@ POST test/_doc/1/_update
118
119
The update API also support passing a partial document,
120
which will be merged into the existing document (simple recursive merge,
121
-inner merging of objects, replacing core "keys/values" and arrays). For
122
-example:
+inner merging of objects, replacing core "keys/values" and arrays).
+To fully replace the existing document, the <<docs-index_,`index` API>> should
123
+be used instead.
124
+The following partial update adds a new field to the
125
+existing document:
126
127
[source,js]
128
--------------------------------------------------
0 commit comments