Update bulk.md

This commit is contained in:
aetter 2021-05-18 14:12:49 -07:00
parent f9e831c4cf
commit 6abaa71599
1 changed files with 1 additions and 1 deletions

View File

@ -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