lib/elasticsearch/api/actions/connector/sync_job_post.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/connector/sync_job_post.rb in elasticsearch-api-8.15.0

- old
+ new

@@ -29,10 +29,10 @@ # support SLA of official GA features. # # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The connector sync job data. (*Required*) # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/create-connector-sync-job-api.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/create-connector-sync-job-api.html # def sync_job_post(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'connector.sync_job_post' } raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]