From 6abaa715997591397ea67b0c31a76201c27c0616 Mon Sep 17 00:00:00 2001 From: aetter Date: Tue, 18 May 2021 14:12:49 -0700 Subject: [PATCH] Update bulk.md --- docs/opensearch/rest-api/bulk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/opensearch/rest-api/bulk.md b/docs/opensearch/rest-api/bulk.md index 9fa0597e..f14cf1d6 100644 --- a/docs/opensearch/rest-api/bulk.md +++ b/docs/opensearch/rest-api/bulk.md @@ -96,7 +96,7 @@ All actions support the same metadata: `_index`, `_id`, and `_require_alias`. ```json { "index": { "_index": "movies", "_id": "tt1979320" } } - { "title": "Rush", "year":2013} + { "title": "Rush", "year": 2013} ``` - Update