Skip to content

Commit

Permalink
[DOCS] _id is required for bulk API's update action (#79774) (#79825
Browse files Browse the repository at this point in the history
)

Fixes a doc bug introduced in #55414.
  • Loading branch information
jrodewig authored Oct 26, 2021
1 parent dfdf99f commit b1eb079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/docs/bulk.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,7 @@ Removes the specified document from the index.
include::{docdir}/rest-api/common-parms.asciidoc[tag=bulk-index]

`_id`::
(Required, string)
The document ID.
(Required, string) The document ID.
--

`index`::
Expand All @@ -251,7 +250,8 @@ The following line must contain the partial document and update options.
--
include::{docdir}/rest-api/common-parms.asciidoc[tag=bulk-index]

include::{docdir}/rest-api/common-parms.asciidoc[tag=bulk-id]
`_id`::
(Required, string) The document ID.
--

`doc`::
Expand Down

0 comments on commit b1eb079

Please sign in to comment.