Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Sep 3, 2024
1 parent 1466d66 commit e0d2d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _api-reference/document-apis/bulk-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The streaming bulk API request body is fully compatible with the [Bulk API reque

## Example request

```
```json
curl -X POST "http://localhost:9200/_bulk/stream" -H "Transfer-Encoding: chunked" -H "Content-Type: application/json" -d'
{ "delete": { "_index": "movies", "_id": "tt2229499" } }
{ "index": { "_index": "movies", "_id": "tt1979320" } }
Expand Down

0 comments on commit e0d2d7a

Please sign in to comment.