Skip to content

Commit d90693a

Browse files
committed
[DOCS] Fixes small issue in API docs
1 parent 55532cf commit d90693a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ client = Elasticsearch::Client.new
7171
@status=200>>
7272
7373
> response['result']
74-
=> "created"
74+
=> "updated"
7575
7676
client.search(index: 'myindex', body: { query: { match: { title: 'test' } } })
7777
# => => #<Elasticsearch::API::Response:0x00007fc95674a550

0 commit comments

Comments
 (0)