File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -238,8 +238,7 @@ Removes the specified document from the index.
238238include::{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--
263262include::{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)
270270The partial document to index.
271271Required for `update` operations.
272272
You can’t perform that action at this time.
0 commit comments