Skip to content

Commit

Permalink
# 2
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong committed Nov 20, 2023
1 parent cfb6cba commit 8db237f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guides/low_level_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const body = [
];
await client.http.post({ path: `_bulk`, body });
```
Note that while most endpoints accept a JSON body, the bulk endpoint accepts a newline-delimited JSON (NDJSON) body. When you provide these methods with an array as body, they will automatically serialize it to NDJSON.

Delete the index using `http.delete`:
```javascript
Expand Down

0 comments on commit 8db237f

Please sign in to comment.