diff --git a/tests/sql/close.yaml b/tests/sql/close.yaml index 1047325ec..249ccbefe 100644 --- a/tests/sql/close.yaml +++ b/tests/sql/close.yaml @@ -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