Skip to content

Commit a0f7ef2

Browse files
committed
[DOCS] Updates source code docs
1 parent e655e71 commit a0f7ef2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/connector/update_filtering_validation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Actions
3333
# @option arguments [Hash] :headers Custom HTTP headers
3434
# @option arguments [Hash] :body request body
3535
#
36-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update-connector-filtering-validation-api.html
36+
# @see https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-connector-update-filtering-validation
3737
#
3838
def update_filtering_validation(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || 'connector.update_filtering_validation' }

elasticsearch-api/lib/elasticsearch/api/actions/connector/update_native.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [Hash] :headers Custom HTTP headers
3333
# @option arguments [Hash] :body request body
3434
#
35-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update-connector-native-api.html
35+
# @see https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-connector-update-native
3636
#
3737
def update_native(arguments = {})
3838
request_opts = { endpoint: arguments[:endpoint] || 'connector.update_native' }

elasticsearch-api/lib/elasticsearch/api/actions/esql/async_query_stop.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Actions
3333
# If +true+, the response will include an extra section under the name +all_columns+ which has the name of all the columns.
3434
# @option arguments [Hash] :headers Custom HTTP headers
3535
#
36-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-async-query-stop-api.html
36+
# @see https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-esql-async-query-stop
3737
#
3838
def async_query_stop(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || 'esql.async_query_stop' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [String, Array] :index The index or data stream name (*Required*)
3333
# @option arguments [Hash] :headers Custom HTTP headers
3434
#
35-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/migrate-data-stream.html
35+
# @see https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-cancel-migrate-reindex
3636
#
3737
def cancel_migrate_reindex(arguments = {})
3838
request_opts = { endpoint: arguments[:endpoint] || 'indices.cancel_migrate_reindex' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module Actions
3434
# @option arguments [Hash] :headers Custom HTTP headers
3535
# @option arguments [Hash] :body create_from
3636
#
37-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/migrate-data-stream.html
37+
# @see https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-create-from
3838
#
3939
def create_from(arguments = {})
4040
request_opts = { endpoint: arguments[:endpoint] || 'indices.create_from' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [String, Array] :index The index or data stream name. (*Required*)
3333
# @option arguments [Hash] :headers Custom HTTP headers
3434
#
35-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/migrate-data-stream.html
35+
# @see https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-migration
3636
#
3737
def get_migrate_reindex_status(arguments = {})
3838
request_opts = { endpoint: arguments[:endpoint] || 'indices.get_migrate_reindex_status' }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module Actions
3434
# @option arguments [Hash] :headers Custom HTTP headers
3535
# @option arguments [Hash] :body reindex
3636
#
37-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/migrate-data-stream.html
37+
# @see https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-migrate-reindex
3838
#
3939
def migrate_reindex(arguments = {})
4040
request_opts = { endpoint: arguments[:endpoint] || 'indices.migrate_reindex' }

elasticsearch-api/lib/elasticsearch/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
module Elasticsearch
1919
module API
2020
VERSION = '9.0.0'.freeze
21-
ES_SPECIFICATION_COMMIT = '2a24e33865256e85eaa8e2de9e793646f147c4df'.freeze
21+
ES_SPECIFICATION_COMMIT = 'cbfcc73d01310bed2a480ec35aaef98138b598e5'.freeze
2222
end
2323
end

0 commit comments

Comments
 (0)