@@ -159,7 +159,7 @@ export function createAdvancedPersonalizationClient({
159159 /**
160160 * This method lets you send requests to the Algolia REST API.
161161 * @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` .
163163 * @param customDelete.parameters - Query parameters to apply to the current query.
164164 * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
165165 */
@@ -188,7 +188,7 @@ export function createAdvancedPersonalizationClient({
188188 /**
189189 * This method lets you send requests to the Algolia REST API.
190190 * @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` .
192192 * @param customGet.parameters - Query parameters to apply to the current query.
193193 * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
194194 */
@@ -214,7 +214,7 @@ export function createAdvancedPersonalizationClient({
214214 /**
215215 * This method lets you send requests to the Algolia REST API.
216216 * @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` .
218218 * @param customPost.parameters - Query parameters to apply to the current query.
219219 * @param customPost.body - Parameters to send with the custom request.
220220 * @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({
245245 /**
246246 * This method lets you send requests to the Algolia REST API.
247247 * @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` .
249249 * @param customPut.parameters - Query parameters to apply to the current query.
250250 * @param customPut.body - Parameters to send with the custom request.
251251 * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
0 commit comments