Skip to content

Commit 4e1592d

Browse files
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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' }

elasticsearch-api/lib/elasticsearch/api/actions/async_search/status.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module Actions
2828
# @option arguments [Time] :keep_alive Specify the time interval in which the results (partial or final) for this search will be available
2929
# @option arguments [Hash] :headers Custom HTTP headers
3030
#
31-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html
31+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/9.0/async-search.html
3232
#
3333
def status(arguments = {})
3434
request_opts = { endpoint: arguments[:endpoint] || 'async_search.status' }

elasticsearch-api/lib/elasticsearch/api/actions/async_search/submit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module Actions
7171
# @option arguments [Hash] :headers Custom HTTP headers
7272
# @option arguments [Hash] :body The search definition using the Query DSL
7373
#
74-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html
74+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/9.0/async-search.html
7575
#
7676
def submit(arguments = {})
7777
request_opts = { endpoint: arguments[:endpoint] || 'async_search.submit' }

elasticsearch-api/lib/elasticsearch/api/actions/bulk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module Actions
4040
# @option arguments [String|Array] :body The operation definition and data (action-data pairs), separated by newlines. Array of Strings, Header/Data pairs,
4141
# or the conveniency "combined" format can be passed, refer to Elasticsearch::API::Utils.__bulkify documentation.
4242
#
43-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
43+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/9.0/docs-bulk.html
4444
#
4545
def bulk(arguments = {})
4646
request_opts = { endpoint: arguments[:endpoint] || 'bulk' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/aliases.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module Actions
3434
# @option arguments [Time] :master_timeout Timeout for waiting for new cluster state in case it is blocked
3535
# @option arguments [Hash] :headers Custom HTTP headers
3636
#
37-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-alias.html
37+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/9.0/cat-alias.html
3838
#
3939
def aliases(arguments = {})
4040
request_opts = { endpoint: arguments[:endpoint] || 'cat.aliases' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/allocation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module Actions
3535
# @option arguments [Boolean] :v Verbose mode. Display column headers
3636
# @option arguments [Hash] :headers Custom HTTP headers
3737
#
38-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-allocation.html
38+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/9.0/cat-allocation.html
3939
#
4040
def allocation(arguments = {})
4141
request_opts = { endpoint: arguments[:endpoint] || 'cat.allocation' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/component_templates.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module Actions
3434
# @option arguments [Boolean] :v Verbose mode. Display column headers
3535
# @option arguments [Hash] :headers Custom HTTP headers
3636
#
37-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-component-templates.html
37+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/9.0/cat-component-templates.html
3838
#
3939
def component_templates(arguments = {})
4040
request_opts = { endpoint: arguments[:endpoint] || 'cat.component_templates' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/count.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [Boolean] :v Verbose mode. Display column headers
3333
# @option arguments [Hash] :headers Custom HTTP headers
3434
#
35-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-count.html
35+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/9.0/cat-count.html
3636
#
3737
def count(arguments = {})
3838
request_opts = { endpoint: arguments[:endpoint] || 'cat.count' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/fielddata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Actions
3333
# @option arguments [Boolean] :v Verbose mode. Display column headers
3434
# @option arguments [Hash] :headers Custom HTTP headers
3535
#
36-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-fielddata.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/9.0/cat-fielddata.html
3737
#
3838
def fielddata(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || 'cat.fielddata' }

0 commit comments

Comments
 (0)