Skip to content

Commit bb07e72

Browse files
committed
[XPACK] Update generated code 7.8
1 parent 7aea8b5 commit bb07e72

File tree

160 files changed

+160
-160
lines changed

Some content is hidden

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

160 files changed

+160
-160
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Actions
2525
# @option arguments [String] :id The async search ID
2626
# @option arguments [Hash] :headers Custom HTTP headers
2727
#
28-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html
28+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/async-search.html
2929
#
3030
def delete(arguments = {})
3131
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module Actions
2828
# @option arguments [Boolean] :typed_keys Specify whether aggregation and suggester names should be prefixed by their respective types in the response
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/7.8/async-search.html
3232
#
3333
def get(arguments = {})
3434
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module Actions
7575
# @option arguments [Hash] :headers Custom HTTP headers
7676
# @option arguments [Hash] :body The search definition using the Query DSL
7777
#
78-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html
78+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/async-search.html
7979
#
8080
def submit(arguments = {})
8181
headers = arguments.delete(:headers) || {}

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/cat/ml_data_frame_analytics.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 http://www.elastic.co/guide/en/elasticsearch/reference/current/cat-dfanalytics.html
40+
# @see http://www.elastic.co/guide/en/elasticsearch/reference/7.8/cat-dfanalytics.html
4141
#
4242
def ml_data_frame_analytics(arguments = {})
4343
headers = arguments.delete(:headers) || {}

elasticsearch-xpack/lib/elasticsearch/xpack/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/current/cat-datafeeds.html
37+
# @see http://www.elastic.co/guide/en/elasticsearch/reference/7.8/cat-datafeeds.html
3838
#
3939
def ml_datafeeds(arguments = {})
4040
headers = arguments.delete(:headers) || {}

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/cat/ml_jobs.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 http://www.elastic.co/guide/en/elasticsearch/reference/current/cat-anomaly-detectors.html
40+
# @see http://www.elastic.co/guide/en/elasticsearch/reference/7.8/cat-anomaly-detectors.html
4141
#
4242
def ml_jobs(arguments = {})
4343
headers = arguments.delete(:headers) || {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module Actions
3939
# @option arguments [Boolean] :v Verbose mode. Display column headers
4040
# @option arguments [Hash] :headers Custom HTTP headers
4141
#
42-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-trained-model.html
42+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/cat-trained-model.html
4343
#
4444
def ml_trained_models(arguments = {})
4545
headers = arguments.delete(:headers) || {}

elasticsearch-xpack/lib/elasticsearch/xpack/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/current/cat-transforms.html
39+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/cat-transforms.html
4040
#
4141
def transforms(arguments = {})
4242
headers = arguments.delete(:headers) || {}

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/delete_transform.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module Actions
3131
# Deprecated since version 7.5.0
3232
#
3333
#
34-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-transform.html
34+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/delete-transform.html
3535
#
3636
def delete_transform(arguments = {})
3737
raise ArgumentError, "Required argument 'transform_id' missing" unless arguments[:transform_id]

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/get_transform.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Actions
3333
# Deprecated since version 7.5.0
3434
#
3535
#
36-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/get-transform.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/get-transform.html
3737
#
3838
def get_transform(arguments = {})
3939
headers = arguments.delete(:headers) || {}

0 commit comments

Comments
 (0)