Skip to content

Commit 3d277f2

Browse files
committed
[API] Updates source code docs URL
1 parent 607d01d commit 3d277f2

File tree

499 files changed

+499
-499
lines changed

Some content is hidden

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

499 files changed

+499
-499
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/8.14/async-search.html
30+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/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/8.14/async-search.html
33+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/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/8.14/async-search.html
31+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/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
@@ -69,7 +69,7 @@ module Actions
6969
# @option arguments [Hash] :headers Custom HTTP headers
7070
# @option arguments [Hash] :body The search definition using the Query DSL
7171
#
72-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/async-search.html
72+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/async-search.html
7373
#
7474
def submit(arguments = {})
7575
request_opts = { endpoint: arguments[:endpoint] || 'async_search.submit' }

elasticsearch-api/lib/elasticsearch/api/actions/autoscaling/delete_autoscaling_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module Actions
2929
# @option arguments [Time] :timeout Timeout for acknowledgement of update from all nodes in cluster
3030
# @option arguments [Hash] :headers Custom HTTP headers
3131
#
32-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/autoscaling-delete-autoscaling-policy.html
32+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/autoscaling-delete-autoscaling-policy.html
3333
#
3434
def delete_autoscaling_policy(arguments = {})
3535
request_opts = { endpoint: arguments[:endpoint] || 'autoscaling.delete_autoscaling_policy' }

elasticsearch-api/lib/elasticsearch/api/actions/autoscaling/get_autoscaling_capacity.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module Actions
2727
# @option arguments [Time] :master_timeout Timeout for processing on master node
2828
# @option arguments [Hash] :headers Custom HTTP headers
2929
#
30-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/autoscaling-get-autoscaling-capacity.html
30+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/autoscaling-get-autoscaling-capacity.html
3131
#
3232
def get_autoscaling_capacity(arguments = {})
3333
request_opts = { endpoint: arguments[:endpoint] || 'autoscaling.get_autoscaling_capacity' }

elasticsearch-api/lib/elasticsearch/api/actions/autoscaling/get_autoscaling_policy.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] :master_timeout Timeout for processing on master node
2929
# @option arguments [Hash] :headers Custom HTTP headers
3030
#
31-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/autoscaling-get-autoscaling-policy.html
31+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/autoscaling-get-autoscaling-policy.html
3232
#
3333
def get_autoscaling_policy(arguments = {})
3434
request_opts = { endpoint: arguments[:endpoint] || 'autoscaling.get_autoscaling_policy' }

elasticsearch-api/lib/elasticsearch/api/actions/autoscaling/put_autoscaling_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module Actions
3030
# @option arguments [Hash] :headers Custom HTTP headers
3131
# @option arguments [Hash] :body the specification of the autoscaling policy (*Required*)
3232
#
33-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/autoscaling-put-autoscaling-policy.html
33+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/autoscaling-put-autoscaling-policy.html
3434
#
3535
def put_autoscaling_policy(arguments = {})
3636
request_opts = { endpoint: arguments[:endpoint] || 'autoscaling.put_autoscaling_policy' }

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/8.14/docs-bulk.html
43+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/docs-bulk.html
4444
#
4545
def bulk(arguments = {})
4646
request_opts = { endpoint: arguments[:endpoint] || 'bulk' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Actions
3333
# @option arguments [String] :capabilities Comma-separated list of arbitrary API capabilities to check
3434
# @option arguments [Hash] :headers Custom HTTP headers
3535
#
36-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/capabilities.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/capabilities.html
3737
#
3838
def capabilities(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || 'capabilities' }

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 [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
3535
# @option arguments [Hash] :headers Custom HTTP headers
3636
#
37-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/cat-alias.html
37+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/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/8.14/cat-allocation.html
38+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/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/8.14/cat-component-templates.html
37+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/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/8.14/cat-count.html
35+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/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/8.14/cat-fielddata.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-fielddata.html
3737
#
3838
def fielddata(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || 'cat.fielddata' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/health.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/8.14/cat-health.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-health.html
3737
#
3838
def health(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || 'cat.health' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module Actions
2828
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
2929
# @option arguments [Hash] :headers Custom HTTP headers
3030
#
31-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/cat.html
31+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat.html
3232
#
3333
def help(arguments = {})
3434
request_opts = { endpoint: arguments[:endpoint] || 'cat.help' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module Actions
3939
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
4040
# @option arguments [Hash] :headers Custom HTTP headers
4141
#
42-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/cat-indices.html
42+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-indices.html
4343
#
4444
def indices(arguments = {})
4545
request_opts = { endpoint: arguments[:endpoint] || 'cat.indices' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/master.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/8.14/cat-master.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-master.html
3737
#
3838
def master(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || 'cat.master' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/ml_data_frame_analytics.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 http://www.elastic.co/guide/en/elasticsearch/reference/8.14/cat-dfanalytics.html
38+
# @see http://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-dfanalytics.html
3939
#
4040
def ml_data_frame_analytics(arguments = {})
4141
request_opts = { endpoint: arguments[:endpoint] || 'cat.ml_data_frame_analytics' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/ml_datafeeds.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 http://www.elastic.co/guide/en/elasticsearch/reference/8.14/cat-datafeeds.html
37+
# @see http://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-datafeeds.html
3838
#
3939
def ml_datafeeds(arguments = {})
4040
request_opts = { endpoint: arguments[:endpoint] || 'cat.ml_datafeeds' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/ml_jobs.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 http://www.elastic.co/guide/en/elasticsearch/reference/8.14/cat-anomaly-detectors.html
38+
# @see http://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-anomaly-detectors.html
3939
#
4040
def ml_jobs(arguments = {})
4141
request_opts = { endpoint: arguments[:endpoint] || 'cat.ml_jobs' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module Actions
3737
# @option arguments [Boolean] :v Verbose mode. Display column headers
3838
# @option arguments [Hash] :headers Custom HTTP headers
3939
#
40-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/cat-trained-model.html
40+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-trained-model.html
4141
#
4242
def ml_trained_models(arguments = {})
4343
request_opts = { endpoint: arguments[:endpoint] || 'cat.ml_trained_models' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/nodeattrs.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/8.14/cat-nodeattrs.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-nodeattrs.html
3737
#
3838
def nodeattrs(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || 'cat.nodeattrs' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module Actions
3636
# @option arguments [Boolean] :include_unloaded_segments If set to true segment stats will include stats for segments that are not currently loaded into memory
3737
# @option arguments [Hash] :headers Custom HTTP headers
3838
#
39-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/cat-nodes.html
39+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-nodes.html
4040
#
4141
def nodes(arguments = {})
4242
request_opts = { endpoint: arguments[:endpoint] || 'cat.nodes' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/pending_tasks.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/8.14/cat-pending-tasks.html
37+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-pending-tasks.html
3838
#
3939
def pending_tasks(arguments = {})
4040
request_opts = { endpoint: arguments[:endpoint] || 'cat.pending_tasks' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/plugins.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/8.14/cat-plugins.html
37+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-plugins.html
3838
#
3939
def plugins(arguments = {})
4040
request_opts = { endpoint: arguments[:endpoint] || 'cat.plugins' }

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

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

elasticsearch-api/lib/elasticsearch/api/actions/cat/repositories.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/8.14/cat-repositories.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-repositories.html
3737
#
3838
def repositories(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || 'cat.repositories' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/segments.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/8.14/cat-segments.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-segments.html
3737
#
3838
def segments(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || 'cat.segments' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/shards.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/8.14/cat-shards.html
38+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-shards.html
3939
#
4040
def shards(arguments = {})
4141
request_opts = { endpoint: arguments[:endpoint] || 'cat.shards' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/snapshots.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/8.14/cat-snapshots.html
38+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-snapshots.html
3939
#
4040
def snapshots(arguments = {})
4141
request_opts = { endpoint: arguments[:endpoint] || 'cat.snapshots' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module Actions
4040
# @option arguments [Boolean] :v Verbose mode. Display column headers
4141
# @option arguments [Hash] :headers Custom HTTP headers
4242
#
43-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/tasks.html
43+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/tasks.html
4444
#
4545
def tasks(arguments = {})
4646
request_opts = { endpoint: arguments[:endpoint] || 'cat.tasks' }

elasticsearch-api/lib/elasticsearch/api/actions/cat/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/8.14/cat-templates.html
37+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-templates.html
3838
#
3939
def templates(arguments = {})
4040
request_opts = { endpoint: arguments[:endpoint] || 'cat.templates' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module Actions
3636
# @option arguments [Boolean] :v Verbose mode. Display column headers
3737
# @option arguments [Hash] :headers Custom HTTP headers
3838
#
39-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/cat-thread-pool.html
39+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/cat-thread-pool.html
4040
#
4141
def thread_pool(arguments = {})
4242
request_opts = { endpoint: arguments[:endpoint] || 'cat.thread_pool' }

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# Deprecated since version 7.0.0
3333
#
3434
#
35-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/clear-scroll-api.html
35+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/clear-scroll-api.html
3636
#
3737
def clear_scroll(arguments = {})
3838
request_opts = { endpoint: arguments[:endpoint] || 'clear_scroll' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module Actions
2626
# @option arguments [Hash] :headers Custom HTTP headers
2727
# @option arguments [Hash] :body a point-in-time id to close
2828
#
29-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/point-in-time-api.html
29+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/point-in-time-api.html
3030
#
3131
def close_point_in_time(arguments = {})
3232
request_opts = { endpoint: arguments[:endpoint] || 'close_point_in_time' }

0 commit comments

Comments
 (0)