File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
elasticsearch-api/lib/elasticsearch/api Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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/docs/api/doc/elasticsearch/v9/group/endpoint-migration
35
+ # @see https://www.elastic.co/docs/api/doc/elasticsearch/v9/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/docs/api/doc/elasticsearch/v9/group/endpoint-migration
37
+ # @see https://www.elastic.co/docs/api/doc/elasticsearch/v9/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 @@ -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/docs/api/doc/elasticsearch/v9/group/endpoint-migration
37
+ # @see https://www.elastic.co/docs/api/doc/elasticsearch/v9/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 = 'c02d8eb89a4efb3e719bd783715e2bf312479af8 ' . freeze
21
+ ES_SPECIFICATION_COMMIT = '52c473efb1fb5320a5bac12572d0b285882862fb ' . freeze
22
22
end
23
23
end
You can’t perform that action at this time.
0 commit comments