Skip to content

Commit 7023906

Browse files
committed
[DOCS] Sets version in API source code doc urls
1 parent 22851d9 commit 7023906

File tree

395 files changed

+395
-395
lines changed

Some content is hidden

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

395 files changed

+395
-395
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
@@ -24,7 +24,7 @@ module Actions
2424
# @option arguments [String] :id The async search ID
2525
# @option arguments [Hash] :headers Custom HTTP headers
2626
#
27-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html
27+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/async-search.html
2828
#
2929
def delete(arguments = {})
3030
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module Actions
6666
# @option arguments [Hash] :headers Custom HTTP headers
6767
# @option arguments [Hash] :body The search definition using the Query DSL
6868
#
69-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html
69+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/async-search.html
7070
#
7171
def submit(arguments = {})
7272
headers = arguments.delete(:headers) || {}

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
@@ -24,7 +24,7 @@ module Actions
2424
# @option arguments [String] :name the name of the autoscaling policy
2525
# @option arguments [Hash] :headers Custom HTTP headers
2626
#
27-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-delete-autoscaling-policy.html
27+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/autoscaling-delete-autoscaling-policy.html
2828
#
2929
def delete_autoscaling_policy(arguments = {})
3030
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]

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
@@ -23,7 +23,7 @@ module Actions
2323
#
2424
# @option arguments [Hash] :headers Custom HTTP headers
2525
#
26-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-capacity.html
26+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/autoscaling-get-autoscaling-capacity.html
2727
#
2828
def get_autoscaling_capacity(arguments = {})
2929
headers = arguments.delete(:headers) || {}

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
@@ -24,7 +24,7 @@ module Actions
2424
# @option arguments [String] :name the name of the autoscaling policy
2525
# @option arguments [Hash] :headers Custom HTTP headers
2626
#
27-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-policy.html
27+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/autoscaling-get-autoscaling-policy.html
2828
#
2929
def get_autoscaling_policy(arguments = {})
3030
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]

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
@@ -25,7 +25,7 @@ module Actions
2525
# @option arguments [Hash] :headers Custom HTTP headers
2626
# @option arguments [Hash] :body the specification of the autoscaling policy (*Required*)
2727
#
28-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-put-autoscaling-policy.html
28+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/autoscaling-put-autoscaling-policy.html
2929
#
3030
def put_autoscaling_policy(arguments = {})
3131
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module Actions
3535
# @option arguments [String|Array] :body The operation definition and data (action-data pairs), separated by newlines. Array of Strings, Header/Data pairs,
3636
# or the conveniency "combined" format can be passed, refer to Elasticsearch::API::Utils.__bulkify documentation.
3737
#
38-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html
38+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/docs-bulk.html
3939
#
4040
def bulk(arguments = {})
4141
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
@@ -31,7 +31,7 @@ module Actions
3131
# @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)
3232
# @option arguments [Hash] :headers Custom HTTP headers
3333
#
34-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html
34+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/cat-alias.html
3535
#
3636
def aliases(arguments = {})
3737
headers = arguments.delete(:headers) || {}

0 commit comments

Comments
 (0)