Skip to content

Commit f1e10ab

Browse files
authored
[DOCS] _id is required for bulk API's update action (#79774) (#79823)
Fixes a doc bug introduced in #55414.
1 parent e4df7aa commit f1e10ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/docs/bulk.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ Removes the specified document from the index.
238238
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=bulk-index]
239239

240240
`_id`::
241-
(Required, string)
242-
The document ID.
241+
(Required, string) The document ID.
243242
--
244243

245244
`index`::
@@ -262,11 +261,12 @@ The following line must contain the partial document and update options.
262261
--
263262
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=bulk-index]
264263

265-
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=bulk-id]
264+
`_id`::
265+
(Required, string) The document ID.
266266
--
267267

268268
`doc`::
269-
(Optional, object)
269+
(Optional, object)
270270
The partial document to index.
271271
Required for `update` operations.
272272

0 commit comments

Comments
 (0)