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
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/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
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/docs/api/doc/elasticsearch/v9/group/endpoint-migration
37+ # @see https://www.elastic.co/docs/api/doc/elasticsearch/v9/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 @@ -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/docs/api/doc/elasticsearch/v9/group/endpoint-migration
37+ # @see https://www.elastic.co/docs/api/doc/elasticsearch/v9/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 = 'c02d8eb89a4efb3e719bd783715e2bf312479af8 ' . freeze
21+ ES_SPECIFICATION_COMMIT = '52c473efb1fb5320a5bac12572d0b285882862fb ' . freeze
2222 end
2323end
You can’t perform that action at this time.
0 commit comments