@@ -247,7 +247,7 @@ TransformationCreateResponse CreateTransformation(
247
247
/// <summary>
248
248
/// This method lets you send requests to the Algolia REST API.
249
249
/// </summary>
250
- /// <param name="path">Path of the endpoint, anything after \"/1\" must be specified .</param>
250
+ /// <param name="path">Path of the endpoint, for example `1/newFeature` .</param>
251
251
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
252
252
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
253
253
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -265,7 +265,7 @@ Task<object> CustomDeleteAsync(
265
265
/// <summary>
266
266
/// This method lets you send requests to the Algolia REST API. (Synchronous version)
267
267
/// </summary>
268
- /// <param name="path">Path of the endpoint, anything after \"/1\" must be specified .</param>
268
+ /// <param name="path">Path of the endpoint, for example `1/newFeature` .</param>
269
269
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
270
270
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
271
271
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -283,7 +283,7 @@ object CustomDelete(
283
283
/// <summary>
284
284
/// This method lets you send requests to the Algolia REST API.
285
285
/// </summary>
286
- /// <param name="path">Path of the endpoint, anything after \"/1\" must be specified .</param>
286
+ /// <param name="path">Path of the endpoint, for example `1/newFeature` .</param>
287
287
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
288
288
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
289
289
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -301,7 +301,7 @@ Task<object> CustomGetAsync(
301
301
/// <summary>
302
302
/// This method lets you send requests to the Algolia REST API. (Synchronous version)
303
303
/// </summary>
304
- /// <param name="path">Path of the endpoint, anything after \"/1\" must be specified .</param>
304
+ /// <param name="path">Path of the endpoint, for example `1/newFeature` .</param>
305
305
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
306
306
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
307
307
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -319,7 +319,7 @@ object CustomGet(
319
319
/// <summary>
320
320
/// This method lets you send requests to the Algolia REST API.
321
321
/// </summary>
322
- /// <param name="path">Path of the endpoint, anything after \"/1\" must be specified .</param>
322
+ /// <param name="path">Path of the endpoint, for example `1/newFeature` .</param>
323
323
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
324
324
/// <param name="body">Parameters to send with the custom request. (optional)</param>
325
325
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -339,7 +339,7 @@ Task<object> CustomPostAsync(
339
339
/// <summary>
340
340
/// This method lets you send requests to the Algolia REST API. (Synchronous version)
341
341
/// </summary>
342
- /// <param name="path">Path of the endpoint, anything after \"/1\" must be specified .</param>
342
+ /// <param name="path">Path of the endpoint, for example `1/newFeature` .</param>
343
343
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
344
344
/// <param name="body">Parameters to send with the custom request. (optional)</param>
345
345
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -359,7 +359,7 @@ object CustomPost(
359
359
/// <summary>
360
360
/// This method lets you send requests to the Algolia REST API.
361
361
/// </summary>
362
- /// <param name="path">Path of the endpoint, anything after \"/1\" must be specified .</param>
362
+ /// <param name="path">Path of the endpoint, for example `1/newFeature` .</param>
363
363
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
364
364
/// <param name="body">Parameters to send with the custom request. (optional)</param>
365
365
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -379,7 +379,7 @@ Task<object> CustomPutAsync(
379
379
/// <summary>
380
380
/// This method lets you send requests to the Algolia REST API. (Synchronous version)
381
381
/// </summary>
382
- /// <param name="path">Path of the endpoint, anything after \"/1\" must be specified .</param>
382
+ /// <param name="path">Path of the endpoint, for example `1/newFeature` .</param>
383
383
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
384
384
/// <param name="body">Parameters to send with the custom request. (optional)</param>
385
385
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
0 commit comments