@@ -264,7 +264,7 @@ public function customPut($path, $parameters = null, $body = null, $requestOptio
264264 /**
265265 * Retrieves known incidents for the selected clusters.
266266 *
267- * @param string $clusters Subset of clusters, separated by comma . (required)
267+ * @param string $clusters Subset of clusters, separated by commas . (required)
268268 * @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
269269 *
270270 * @return \Algolia\AlgoliaSearch\Model\Monitoring\IncidentsResponse|array<string, mixed>
@@ -298,7 +298,7 @@ public function getClusterIncidents($clusters, $requestOptions = [])
298298 /**
299299 * Retrieves the status of selected clusters.
300300 *
301- * @param string $clusters Subset of clusters, separated by comma . (required)
301+ * @param string $clusters Subset of clusters, separated by commas . (required)
302302 * @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
303303 *
304304 * @return \Algolia\AlgoliaSearch\Model\Monitoring\StatusResponse|array<string, mixed>
@@ -349,7 +349,7 @@ public function getIncidents($requestOptions = [])
349349 /**
350350 * Retrieves average times for indexing operations for selected clusters.
351351 *
352- * @param string $clusters Subset of clusters, separated by comma . (required)
352+ * @param string $clusters Subset of clusters, separated by commas . (required)
353353 * @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
354354 *
355355 * @return \Algolia\AlgoliaSearch\Model\Monitoring\IndexingTimeResponse|array<string, mixed>
@@ -383,7 +383,7 @@ public function getIndexingTime($clusters, $requestOptions = [])
383383 /**
384384 * Retrieves the average latency for search requests for selected clusters.
385385 *
386- * @param string $clusters Subset of clusters, separated by comma . (required)
386+ * @param string $clusters Subset of clusters, separated by commas . (required)
387387 * @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
388388 *
389389 * @return \Algolia\AlgoliaSearch\Model\Monitoring\LatencyResponse|array<string, mixed>
@@ -467,7 +467,7 @@ public function getMetrics($metric, $period, $requestOptions = [])
467467 /**
468468 * Test whether clusters are reachable or not.
469469 *
470- * @param string $clusters Subset of clusters, separated by comma . (required)
470+ * @param string $clusters Subset of clusters, separated by commas . (required)
471471 * @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
472472 *
473473 * @return array<string, mixed>|array<string,array>
0 commit comments