File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
elasticsearch-api/lib/elasticsearch/api Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff 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' }
Original file line number Diff line number Diff 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' }
Original file line number Diff line number Diff 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' }
Original file line number Diff line number Diff 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' }
Original file line number Diff line number Diff 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' }
Original file line number Diff line number Diff 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' }
Original file line number Diff line number Diff 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' }
Original file line number Diff line number Diff line change 1818module Elasticsearch
1919 module API
2020 VERSION = '9.0.0' . freeze
21- ES_SPECIFICATION_COMMIT = '2a24e33865256e85eaa8e2de9e793646f147c4df ' . freeze
21+ ES_SPECIFICATION_COMMIT = 'cbfcc73d01310bed2a480ec35aaef98138b598e5 ' . freeze
2222 end
2323end
You can’t perform that action at this time.
0 commit comments