lib/elasticsearch/api/actions/query_ruleset/put.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/query_ruleset/put.rb in elasticsearch-api-8.12.0

- old
+ new

@@ -30,10 +30,10 @@ # # @option arguments [String] :ruleset_id The unique identifier of the ruleset to be created or updated. # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The query ruleset configuration, including `rules` (*Required*) # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/put-query-ruleset.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/put-query-ruleset.html # def put(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "query_ruleset.put" } defined_params = [:ruleset_id].inject({}) do |set_variables, variable|