mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[Docs] Fix opType options in IndexRequest API example. (#48290)
This commit is contained in:
parent
5b3ebea024
commit
ef240d8b0c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ include-tagged::{doc-tests-file}[{api}-request-version-type]
|
|||
include-tagged::{doc-tests-file}[{api}-request-op-type]
|
||||
--------------------------------------------------
|
||||
<1> Operation type provided as an `DocWriteRequest.OpType` value
|
||||
<2> Operation type provided as a `String`: can be `create` or `update` (default)
|
||||
<2> Operation type provided as a `String`: can be `create` or `index` (default)
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue