@@ -159,7 +159,7 @@ export function createAdvancedPersonalizationClient({
159
159
/**
160
160
* This method lets you send requests to the Algolia REST API.
161
161
* @param customDelete - The customDelete object.
162
- * @param customDelete.path - Path of the endpoint, anything after \"/1\" must be specified .
162
+ * @param customDelete.path - Path of the endpoint, for example `1/newFeature` .
163
163
* @param customDelete.parameters - Query parameters to apply to the current query.
164
164
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
165
165
*/
@@ -188,7 +188,7 @@ export function createAdvancedPersonalizationClient({
188
188
/**
189
189
* This method lets you send requests to the Algolia REST API.
190
190
* @param customGet - The customGet object.
191
- * @param customGet.path - Path of the endpoint, anything after \"/1\" must be specified .
191
+ * @param customGet.path - Path of the endpoint, for example `1/newFeature` .
192
192
* @param customGet.parameters - Query parameters to apply to the current query.
193
193
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
194
194
*/
@@ -214,7 +214,7 @@ export function createAdvancedPersonalizationClient({
214
214
/**
215
215
* This method lets you send requests to the Algolia REST API.
216
216
* @param customPost - The customPost object.
217
- * @param customPost.path - Path of the endpoint, anything after \"/1\" must be specified .
217
+ * @param customPost.path - Path of the endpoint, for example `1/newFeature` .
218
218
* @param customPost.parameters - Query parameters to apply to the current query.
219
219
* @param customPost.body - Parameters to send with the custom request.
220
220
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -245,7 +245,7 @@ export function createAdvancedPersonalizationClient({
245
245
/**
246
246
* This method lets you send requests to the Algolia REST API.
247
247
* @param customPut - The customPut object.
248
- * @param customPut.path - Path of the endpoint, anything after \"/1\" must be specified .
248
+ * @param customPut.path - Path of the endpoint, for example `1/newFeature` .
249
249
* @param customPut.parameters - Query parameters to apply to the current query.
250
250
* @param customPut.body - Parameters to send with the custom request.
251
251
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
0 commit comments