Skip to content

Commit

Permalink
Fix typo in update API example (#46397)
Browse files Browse the repository at this point in the history
  • Loading branch information
xunux authored and danielmitterdorfer committed Sep 6, 2019
1 parent 39792ea commit 1c1faf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/docs/update.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -344,4 +344,4 @@ POST test/_update/1
}
--------------------------------------------------
// CONSOLE
// TEST[continued]
// TEST[continued]

0 comments on commit 1c1faf1

Please sign in to comment.