Skip to content

Commit f2a51de

Browse files
tatsuyamayya-sharipova
authored andcommitted
Add missing double quotes to Index API response example (#28164)
1 parent 12d27df commit f2a51de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/docs/index_.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The result of the above index operation is:
3333
"_id" : "1",
3434
"_version" : 1,
3535
"created" : true,
36-
"result" : created
36+
"result" : "created"
3737
}
3838
--------------------------------------------------
3939
// TESTRESPONSE[s/"successful" : 2/"successful" : 1/]

0 commit comments

Comments
 (0)