Skip to content

Commit 91ea506

Browse files
fix(specs): Increase optionalWords visibility in docs (generated)
algolia/api-clients-automation#4559 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: gazconroy <[email protected]>
1 parent d989b7e commit 91ea506

12 files changed

+323
-294
lines changed

algoliasearch/src/main/java/com/algolia/api/AbtestingClient.java

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public CompletableFuture<ABTestResponse> addABTestsAsync(@Nonnull AddABTestsRequ
123123
}
124124

125125
/**
126-
* This method allow you to send requests to the Algolia REST API.
126+
* This method lets you send requests to the Algolia REST API.
127127
*
128128
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
129129
* @param parameters Query parameters to apply to the current query. (optional)
@@ -137,7 +137,7 @@ public Object customDelete(@Nonnull String path, Map<String, Object> parameters,
137137
}
138138

139139
/**
140-
* This method allow you to send requests to the Algolia REST API.
140+
* This method lets you send requests to the Algolia REST API.
141141
*
142142
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
143143
* @param parameters Query parameters to apply to the current query. (optional)
@@ -148,7 +148,7 @@ public Object customDelete(@Nonnull String path, Map<String, Object> parameters)
148148
}
149149

150150
/**
151-
* This method allow you to send requests to the Algolia REST API.
151+
* This method lets you send requests to the Algolia REST API.
152152
*
153153
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
154154
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -160,7 +160,7 @@ public Object customDelete(@Nonnull String path, @Nullable RequestOptions reques
160160
}
161161

162162
/**
163-
* This method allow you to send requests to the Algolia REST API.
163+
* This method lets you send requests to the Algolia REST API.
164164
*
165165
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
166166
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -170,7 +170,7 @@ public Object customDelete(@Nonnull String path) throws AlgoliaRuntimeException
170170
}
171171

172172
/**
173-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
173+
* (asynchronously) This method lets you send requests to the Algolia REST API.
174174
*
175175
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
176176
* @param parameters Query parameters to apply to the current query. (optional)
@@ -190,7 +190,7 @@ public CompletableFuture<Object> customDeleteAsync(
190190
}
191191

192192
/**
193-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
193+
* (asynchronously) This method lets you send requests to the Algolia REST API.
194194
*
195195
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
196196
* @param parameters Query parameters to apply to the current query. (optional)
@@ -201,7 +201,7 @@ public CompletableFuture<Object> customDeleteAsync(@Nonnull String path, Map<Str
201201
}
202202

203203
/**
204-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
204+
* (asynchronously) This method lets you send requests to the Algolia REST API.
205205
*
206206
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
207207
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -214,7 +214,7 @@ public CompletableFuture<Object> customDeleteAsync(@Nonnull String path, @Nullab
214214
}
215215

216216
/**
217-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
217+
* (asynchronously) This method lets you send requests to the Algolia REST API.
218218
*
219219
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
220220
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -224,7 +224,7 @@ public CompletableFuture<Object> customDeleteAsync(@Nonnull String path) throws
224224
}
225225

226226
/**
227-
* This method allow you to send requests to the Algolia REST API.
227+
* This method lets you send requests to the Algolia REST API.
228228
*
229229
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
230230
* @param parameters Query parameters to apply to the current query. (optional)
@@ -238,7 +238,7 @@ public Object customGet(@Nonnull String path, Map<String, Object> parameters, @N
238238
}
239239

240240
/**
241-
* This method allow you to send requests to the Algolia REST API.
241+
* This method lets you send requests to the Algolia REST API.
242242
*
243243
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
244244
* @param parameters Query parameters to apply to the current query. (optional)
@@ -249,7 +249,7 @@ public Object customGet(@Nonnull String path, Map<String, Object> parameters) th
249249
}
250250

251251
/**
252-
* This method allow you to send requests to the Algolia REST API.
252+
* This method lets you send requests to the Algolia REST API.
253253
*
254254
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
255255
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -261,7 +261,7 @@ public Object customGet(@Nonnull String path, @Nullable RequestOptions requestOp
261261
}
262262

263263
/**
264-
* This method allow you to send requests to the Algolia REST API.
264+
* This method lets you send requests to the Algolia REST API.
265265
*
266266
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
267267
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -271,7 +271,7 @@ public Object customGet(@Nonnull String path) throws AlgoliaRuntimeException {
271271
}
272272

273273
/**
274-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
274+
* (asynchronously) This method lets you send requests to the Algolia REST API.
275275
*
276276
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
277277
* @param parameters Query parameters to apply to the current query. (optional)
@@ -291,7 +291,7 @@ public CompletableFuture<Object> customGetAsync(
291291
}
292292

293293
/**
294-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
294+
* (asynchronously) This method lets you send requests to the Algolia REST API.
295295
*
296296
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
297297
* @param parameters Query parameters to apply to the current query. (optional)
@@ -302,7 +302,7 @@ public CompletableFuture<Object> customGetAsync(@Nonnull String path, Map<String
302302
}
303303

304304
/**
305-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
305+
* (asynchronously) This method lets you send requests to the Algolia REST API.
306306
*
307307
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
308308
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -315,7 +315,7 @@ public CompletableFuture<Object> customGetAsync(@Nonnull String path, @Nullable
315315
}
316316

317317
/**
318-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
318+
* (asynchronously) This method lets you send requests to the Algolia REST API.
319319
*
320320
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
321321
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -325,7 +325,7 @@ public CompletableFuture<Object> customGetAsync(@Nonnull String path) throws Alg
325325
}
326326

327327
/**
328-
* This method allow you to send requests to the Algolia REST API.
328+
* This method lets you send requests to the Algolia REST API.
329329
*
330330
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
331331
* @param parameters Query parameters to apply to the current query. (optional)
@@ -340,7 +340,7 @@ public Object customPost(@Nonnull String path, Map<String, Object> parameters, O
340340
}
341341

342342
/**
343-
* This method allow you to send requests to the Algolia REST API.
343+
* This method lets you send requests to the Algolia REST API.
344344
*
345345
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
346346
* @param parameters Query parameters to apply to the current query. (optional)
@@ -352,7 +352,7 @@ public Object customPost(@Nonnull String path, Map<String, Object> parameters, O
352352
}
353353

354354
/**
355-
* This method allow you to send requests to the Algolia REST API.
355+
* This method lets you send requests to the Algolia REST API.
356356
*
357357
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
358358
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -364,7 +364,7 @@ public Object customPost(@Nonnull String path, @Nullable RequestOptions requestO
364364
}
365365

366366
/**
367-
* This method allow you to send requests to the Algolia REST API.
367+
* This method lets you send requests to the Algolia REST API.
368368
*
369369
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
370370
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -374,7 +374,7 @@ public Object customPost(@Nonnull String path) throws AlgoliaRuntimeException {
374374
}
375375

376376
/**
377-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
377+
* (asynchronously) This method lets you send requests to the Algolia REST API.
378378
*
379379
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
380380
* @param parameters Query parameters to apply to the current query. (optional)
@@ -401,7 +401,7 @@ public CompletableFuture<Object> customPostAsync(
401401
}
402402

403403
/**
404-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
404+
* (asynchronously) This method lets you send requests to the Algolia REST API.
405405
*
406406
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
407407
* @param parameters Query parameters to apply to the current query. (optional)
@@ -414,7 +414,7 @@ public CompletableFuture<Object> customPostAsync(@Nonnull String path, Map<Strin
414414
}
415415

416416
/**
417-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
417+
* (asynchronously) This method lets you send requests to the Algolia REST API.
418418
*
419419
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
420420
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -427,7 +427,7 @@ public CompletableFuture<Object> customPostAsync(@Nonnull String path, @Nullable
427427
}
428428

429429
/**
430-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
430+
* (asynchronously) This method lets you send requests to the Algolia REST API.
431431
*
432432
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
433433
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -437,7 +437,7 @@ public CompletableFuture<Object> customPostAsync(@Nonnull String path) throws Al
437437
}
438438

439439
/**
440-
* This method allow you to send requests to the Algolia REST API.
440+
* This method lets you send requests to the Algolia REST API.
441441
*
442442
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
443443
* @param parameters Query parameters to apply to the current query. (optional)
@@ -452,7 +452,7 @@ public Object customPut(@Nonnull String path, Map<String, Object> parameters, Ob
452452
}
453453

454454
/**
455-
* This method allow you to send requests to the Algolia REST API.
455+
* This method lets you send requests to the Algolia REST API.
456456
*
457457
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
458458
* @param parameters Query parameters to apply to the current query. (optional)
@@ -464,7 +464,7 @@ public Object customPut(@Nonnull String path, Map<String, Object> parameters, Ob
464464
}
465465

466466
/**
467-
* This method allow you to send requests to the Algolia REST API.
467+
* This method lets you send requests to the Algolia REST API.
468468
*
469469
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
470470
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -476,7 +476,7 @@ public Object customPut(@Nonnull String path, @Nullable RequestOptions requestOp
476476
}
477477

478478
/**
479-
* This method allow you to send requests to the Algolia REST API.
479+
* This method lets you send requests to the Algolia REST API.
480480
*
481481
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
482482
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -486,7 +486,7 @@ public Object customPut(@Nonnull String path) throws AlgoliaRuntimeException {
486486
}
487487

488488
/**
489-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
489+
* (asynchronously) This method lets you send requests to the Algolia REST API.
490490
*
491491
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
492492
* @param parameters Query parameters to apply to the current query. (optional)
@@ -513,7 +513,7 @@ public CompletableFuture<Object> customPutAsync(
513513
}
514514

515515
/**
516-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
516+
* (asynchronously) This method lets you send requests to the Algolia REST API.
517517
*
518518
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
519519
* @param parameters Query parameters to apply to the current query. (optional)
@@ -526,7 +526,7 @@ public CompletableFuture<Object> customPutAsync(@Nonnull String path, Map<String
526526
}
527527

528528
/**
529-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
529+
* (asynchronously) This method lets you send requests to the Algolia REST API.
530530
*
531531
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
532532
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -539,7 +539,7 @@ public CompletableFuture<Object> customPutAsync(@Nonnull String path, @Nullable
539539
}
540540

541541
/**
542-
* (asynchronously) This method allow you to send requests to the Algolia REST API.
542+
* (asynchronously) This method lets you send requests to the Algolia REST API.
543543
*
544544
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
545545
* @throws AlgoliaRuntimeException If it fails to process the API call

0 commit comments

Comments
 (0)