mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Fix malformed JSON in Delete API example (#21168)
Obviously, there should be "result": "deleted" instead of "result: deleted"
This commit is contained in:
parent
e96fc3aa9f
commit
7738af27e8
@ -26,7 +26,7 @@ The result of the above delete operation is:
|
|||||||
"_type" : "tweet",
|
"_type" : "tweet",
|
||||||
"_id" : "1",
|
"_id" : "1",
|
||||||
"_version" : 2,
|
"_version" : 2,
|
||||||
"result: deleted"
|
"result": "deleted"
|
||||||
}
|
}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user