|
@@ -297,8 +297,7 @@ Removes the specified document from the index.
|
|
|
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=bulk-index]
|
|
|
|
|
|
`_id`::
|
|
|
-(Required, string)
|
|
|
-The document ID.
|
|
|
+(Required, string) The document ID.
|
|
|
|
|
|
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=bulk-require-alias]
|
|
|
--
|
|
@@ -327,7 +326,8 @@ The following line must contain the partial document and update options.
|
|
|
--
|
|
|
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=bulk-index]
|
|
|
|
|
|
-include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=bulk-id]
|
|
|
+`_id`::
|
|
|
+(Required, string) The document ID.
|
|
|
|
|
|
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=bulk-require-alias]
|
|
|
--
|