lib/elasticsearch/api/actions/indices/create.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/indices/create.rb in elasticsearch-api-8.14.0

- old
+ new

@@ -29,10 +29,10 @@ # @option arguments [Time] :timeout Explicit operation timeout # @option arguments [Time] :master_timeout Specify timeout for connection to master # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The configuration for the index (`settings` and `mappings`) # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.13/indices-create-index.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/indices-create-index.html # def create(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'indices.create' } defined_params = [:index].each_with_object({}) do |variable, set_variables|