@@ -390,7 +390,7 @@ public function createTransformation($transformationCreate, $requestOptions = []
390390 /**
391391 * This method lets you send requests to the Algolia REST API.
392392 *
393- * @param string $path Path of the endpoint, anything after \"/1\" must be specified . (required)
393+ * @param string $path Path of the endpoint, for example `1/newFeature` . (required)
394394 * @param array $parameters Query parameters to apply to the current query. (optional)
395395 * @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
396396 *
@@ -429,7 +429,7 @@ public function customDelete($path, $parameters = null, $requestOptions = [])
429429 /**
430430 * This method lets you send requests to the Algolia REST API.
431431 *
432- * @param string $path Path of the endpoint, anything after \"/1\" must be specified . (required)
432+ * @param string $path Path of the endpoint, for example `1/newFeature` . (required)
433433 * @param array $parameters Query parameters to apply to the current query. (optional)
434434 * @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
435435 *
@@ -468,7 +468,7 @@ public function customGet($path, $parameters = null, $requestOptions = [])
468468 /**
469469 * This method lets you send requests to the Algolia REST API.
470470 *
471- * @param string $path Path of the endpoint, anything after \"/1\" must be specified . (required)
471+ * @param string $path Path of the endpoint, for example `1/newFeature` . (required)
472472 * @param array $parameters Query parameters to apply to the current query. (optional)
473473 * @param array $body Parameters to send with the custom request. (optional)
474474 * @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
@@ -508,7 +508,7 @@ public function customPost($path, $parameters = null, $body = null, $requestOpti
508508 /**
509509 * This method lets you send requests to the Algolia REST API.
510510 *
511- * @param string $path Path of the endpoint, anything after \"/1\" must be specified . (required)
511+ * @param string $path Path of the endpoint, for example `1/newFeature` . (required)
512512 * @param array $parameters Query parameters to apply to the current query. (optional)
513513 * @param array $body Parameters to send with the custom request. (optional)
514514 * @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
0 commit comments