Skip to content

Commit 9bd9e2f

Browse files
committed
[API] Update generated code docs url
1 parent 6512bac commit 9bd9e2f

File tree

285 files changed

+287
-286
lines changed

Some content is hidden

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

285 files changed

+287
-286
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module Actions
2323
# @option arguments [Hash] :headers Custom HTTP headers
2424
# @option arguments [Hash] :body The operation definition and data (action-data pairs), separated by newlines (*Required*)
2525
#
26-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html
26+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/docs-bulk.html
2727
#
2828
def bulk(arguments = {})
2929
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Actions
2020

2121
# @option arguments [Hash] :headers Custom HTTP headers
2222
#
23-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html
23+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/cat-alias.html
2424
#
2525
def aliases(arguments = {})
2626
headers = arguments.delete(:headers) || {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Actions
2121
# @option arguments [Boolean] :v Verbose mode. Display column headers
2222
# @option arguments [Hash] :headers Custom HTTP headers
2323
#
24-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html
24+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/cat-allocation.html
2525
#
2626
def allocation(arguments = {})
2727
headers = arguments.delete(:headers) || {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Actions
1616
# @option arguments [Boolean] :v Verbose mode. Display column headers
1717
# @option arguments [Hash] :headers Custom HTTP headers
1818
#
19-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html
19+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/cat-count.html
2020
#
2121
def count(arguments = {})
2222
headers = arguments.delete(:headers) || {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Actions
2020
# @option arguments [List] :fields A comma-separated list of fields to return in the output
2121
# @option arguments [Hash] :headers Custom HTTP headers
2222
#
23-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html
23+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/cat-fielddata.html
2424
#
2525
def fielddata(arguments = {})
2626
headers = arguments.delete(:headers) || {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module Actions
1919
# @option arguments [Boolean] :v Verbose mode. Display column headers
2020
# @option arguments [Hash] :headers Custom HTTP headers
2121
#
22-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html
22+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/cat-health.html
2323
#
2424
def health(arguments = {})
2525
headers = arguments.delete(:headers) || {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module Actions
1212
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
1313
# @option arguments [Hash] :headers Custom HTTP headers
1414
#
15-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html
15+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/cat.html
1616
#
1717
def help(arguments = {})
1818
headers = arguments.delete(:headers) || {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232

3333
# @option arguments [Hash] :headers Custom HTTP headers
3434
#
35-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html
35+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/cat-indices.html
3636
#
3737
def indices(arguments = {})
3838
headers = arguments.delete(:headers) || {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module Actions
1717
# @option arguments [Boolean] :v Verbose mode. Display column headers
1818
# @option arguments [Hash] :headers Custom HTTP headers
1919
#
20-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html
20+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/cat-master.html
2121
#
2222
def master(arguments = {})
2323
headers = arguments.delete(:headers) || {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module Actions
1717
# @option arguments [Boolean] :v Verbose mode. Display column headers
1818
# @option arguments [Hash] :headers Custom HTTP headers
1919
#
20-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html
20+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/cat-nodeattrs.html
2121
#
2222
def nodeattrs(arguments = {})
2323
headers = arguments.delete(:headers) || {}

0 commit comments

Comments
 (0)