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
33
33
# @option arguments [Hash] :headers Custom HTTP headers
34
34
# @option arguments [Hash] :body request body
35
35
#
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
37
37
#
38
38
def update_filtering_validation ( arguments = { } )
39
39
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
32
32
# @option arguments [Hash] :headers Custom HTTP headers
33
33
# @option arguments [Hash] :body request body
34
34
#
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
36
36
#
37
37
def update_native ( arguments = { } )
38
38
request_opts = { endpoint : arguments [ :endpoint ] || 'connector.update_native' }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module Actions
33
33
# If +true+, the response will include an extra section under the name +all_columns+ which has the name of all the columns.
34
34
# @option arguments [Hash] :headers Custom HTTP headers
35
35
#
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
37
37
#
38
38
def async_query_stop ( arguments = { } )
39
39
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
32
32
# @option arguments [String, Array] :index The index or data stream name (*Required*)
33
33
# @option arguments [Hash] :headers Custom HTTP headers
34
34
#
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
36
36
#
37
37
def cancel_migrate_reindex ( arguments = { } )
38
38
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
34
34
# @option arguments [Hash] :headers Custom HTTP headers
35
35
# @option arguments [Hash] :body create_from
36
36
#
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
38
38
#
39
39
def create_from ( arguments = { } )
40
40
request_opts = { endpoint : arguments [ :endpoint ] || 'indices.create_from' }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module Actions
32
32
# @option arguments [String, Array] :index The index or data stream name. (*Required*)
33
33
# @option arguments [Hash] :headers Custom HTTP headers
34
34
#
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
36
36
#
37
37
def get_migrate_reindex_status ( arguments = { } )
38
38
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
34
34
# @option arguments [Hash] :headers Custom HTTP headers
35
35
# @option arguments [Hash] :body reindex
36
36
#
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
38
38
#
39
39
def migrate_reindex ( arguments = { } )
40
40
request_opts = { endpoint : arguments [ :endpoint ] || 'indices.migrate_reindex' }
Original file line number Diff line number Diff line change 18
18
module Elasticsearch
19
19
module API
20
20
VERSION = '9.0.0' . freeze
21
- ES_SPECIFICATION_COMMIT = '2a24e33865256e85eaa8e2de9e793646f147c4df ' . freeze
21
+ ES_SPECIFICATION_COMMIT = 'cbfcc73d01310bed2a480ec35aaef98138b598e5 ' . freeze
22
22
end
23
23
end
You can’t perform that action at this time.
0 commit comments