Fix typo in update API example (#46397)
This commit is contained in:
parent
7582af27b0
commit
27889b3d98
|
@ -9,7 +9,7 @@ Updates a document using the specified script.
|
|||
[[docs-update-api-request]]
|
||||
==== {api-request-title}
|
||||
|
||||
`POST /<index/_update/<_id>`
|
||||
`POST /<index>/_update/<_id>`
|
||||
|
||||
[[update-api-desc]]
|
||||
==== {api-description-title}
|
||||
|
|
Loading…
Reference in New Issue