Skip to content

Commit 1c1faf1

Browse files
xunuxdanielmitterdorfer
authored andcommitted
Fix typo in update API example (#46397)
1 parent 39792ea commit 1c1faf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/docs/update.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Updates a document using the specified script.
99
[[docs-update-api-request]]
1010
==== {api-request-title}
1111

12-
`POST /<index/_update/<_id>`
12+
`POST /<index>/_update/<_id>`
1313

1414
[[update-api-desc]]
1515
==== {api-description-title}
@@ -344,4 +344,4 @@ POST test/_update/1
344344
}
345345
--------------------------------------------------
346346
// CONSOLE
347-
// TEST[continued]
347+
// TEST[continued]

0 commit comments

Comments
 (0)