Fix typo in update API example (#46397)

This commit is contained in:
lois.左 2019-09-06 16:03:59 +08:00 committed by Daniel Mitterdorfer
parent 7582af27b0
commit 27889b3d98
1 changed files with 1 additions and 1 deletions

View File

@ -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}