lib/elasticsearch/api/actions/connector/sync_job_error.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/connector/sync_job_error.rb in elasticsearch-api-8.16.0

- old
+ new

@@ -30,10 +30,10 @@ # # @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job to set an error for. # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The error to set in the connector sync job. (*Required*) # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/set-connector-sync-job-error-api.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/set-connector-sync-job-error-api.html # def sync_job_error(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'connector.sync_job_error' } defined_params = [:connector_sync_job_id].each_with_object({}) do |variable, set_variables|