From bddce962a13c5e1be5f39df5133948fd75455a0c Mon Sep 17 00:00:00 2001 From: dblock Date: Thu, 19 Dec 2024 03:41:50 +0000 Subject: [PATCH] Updated opensearch-php to reflect the latest OpenSearch API spec (2024-12-19) Signed-off-by: GitHub --- CHANGELOG.md | 1 + src/OpenSearch/Client.php | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d9587c..59ed3f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Fixed - Fixed PHP 8.4 deprecations ### Updated APIs +- Updated opensearch-php APIs to reflect [opensearch-api-specification@4231dad](https://github.com/opensearch-project/opensearch-api-specification/commit/4231dad6981285890f406c99ef55fa54a17d8662) - Updated opensearch-php APIs to reflect [opensearch-api-specification@ebe0f8a](https://github.com/opensearch-project/opensearch-api-specification/commit/ebe0f8a885f7db7e882d160c101055a5aa70a707) - Updated opensearch-php APIs to reflect [opensearch-api-specification@398481e](https://github.com/opensearch-project/opensearch-api-specification/commit/398481e5bd1cc590d947c35379c47096f2114f00) - Updated opensearch-php APIs to reflect [opensearch-api-specification@6bb1fed](https://github.com/opensearch-project/opensearch-api-specification/commit/6bb1fed0a2c7cf094a5ecfdb01f0306a4b9f8eba) diff --git a/src/OpenSearch/Client.php b/src/OpenSearch/Client.php index 580fe032..8f3b465b 100644 --- a/src/OpenSearch/Client.php +++ b/src/OpenSearch/Client.php @@ -1314,7 +1314,7 @@ public function reindex(array $params = []) } /** - * Changes the number of requests per second for a particular Reindex operation. + * Changes the number of requests per second for a particular reindex operation. * * $params['task_id'] = (string) Identifier for the task. (Required) * $params['requests_per_second'] = (number) The throttle for this request in sub-requests per second. @@ -1400,7 +1400,6 @@ public function scriptsPainlessExecute(array $params = []) * $params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false) * $params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests. * $params['filter_path'] = (any) Used to reduce the response. This parameter takes a comma-separated list of filters. It supports using wildcards to match any field or part of a field’s name. You can also exclude fields with "-". - * $params['body'] = (array) The scroll ID if not passed by URL or query parameter. * * @param array $params Associative array of parameters * @return array