Skip to content

Commit

Permalink
adding second document to receive cursor
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Jul 24, 2024
1 parent ede9aba commit 0c29ed7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/sql/close.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ chapters:
year: 1991
response:
status: 201
- synopsis: Create a document.
path: /{index}/_doc
method: POST
parameters:
index: books
request_body:
payload:
title: To name the bigger life
year: 2004
response:
status: 201
- synopsis: Refresh the index.
path: /{index}/_refresh
method: POST
Expand Down

0 comments on commit 0c29ed7

Please sign in to comment.