Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4e1592d

Browse files
committedMar 10, 2025·
Auto-generated API code
1 parent 6e55472 commit 4e1592d

File tree

490 files changed

+508
-502
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

490 files changed

+508
-502
lines changed
 

‎elasticsearch-api/lib/elasticsearch/api/actions/async_search/delete.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module Actions
2727
# @option arguments [String] :id The async search ID
2828
# @option arguments [Hash] :headers Custom HTTP headers
2929
#
30-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html
30+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/9.0/async-search.html
3131
#
3232
def delete(arguments = {})
3333
request_opts = { endpoint: arguments[:endpoint] || 'async_search.delete' }

‎elasticsearch-api/lib/elasticsearch/api/actions/async_search/get.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module Actions
3030
# @option arguments [Boolean] :typed_keys Specify whether aggregation and suggester names should be prefixed by their respective types in the response
3131
# @option arguments [Hash] :headers Custom HTTP headers
3232
#
33-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html
33+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/9.0/async-search.html
3434
#
3535
def get(arguments = {})
3636
request_opts = { endpoint: arguments[:endpoint] || 'async_search.get' }

0 commit comments

Comments
 (0)
Please sign in to comment.