Skip to content

Commit 3d79f4b

Browse files
fix(specs): Increase optionalWords visibility in docs (generated)
algolia/api-clients-automation#4559 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: gazconroy <gazconroyster@gmail.com>
1 parent ef662dc commit 3d79f4b

File tree

11 files changed

+148
-148
lines changed

11 files changed

+148
-148
lines changed

algoliasearch/abtesting/client.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ async def custom_delete_with_http_info(
208208
request_options: Optional[Union[dict, RequestOptions]] = None,
209209
) -> ApiResponse[str]:
210210
"""
211-
This method allow you to send requests to the Algolia REST API.
211+
This method lets you send requests to the Algolia REST API.
212212
213213
214214
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -255,7 +255,7 @@ async def custom_delete(
255255
request_options: Optional[Union[dict, RequestOptions]] = None,
256256
) -> object:
257257
"""
258-
This method allow you to send requests to the Algolia REST API.
258+
This method lets you send requests to the Algolia REST API.
259259
260260
261261
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -285,7 +285,7 @@ async def custom_get_with_http_info(
285285
request_options: Optional[Union[dict, RequestOptions]] = None,
286286
) -> ApiResponse[str]:
287287
"""
288-
This method allow you to send requests to the Algolia REST API.
288+
This method lets you send requests to the Algolia REST API.
289289
290290
291291
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -330,7 +330,7 @@ async def custom_get(
330330
request_options: Optional[Union[dict, RequestOptions]] = None,
331331
) -> object:
332332
"""
333-
This method allow you to send requests to the Algolia REST API.
333+
This method lets you send requests to the Algolia REST API.
334334
335335
336336
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -362,7 +362,7 @@ async def custom_post_with_http_info(
362362
request_options: Optional[Union[dict, RequestOptions]] = None,
363363
) -> ApiResponse[str]:
364364
"""
365-
This method allow you to send requests to the Algolia REST API.
365+
This method lets you send requests to the Algolia REST API.
366366
367367
368368
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -418,7 +418,7 @@ async def custom_post(
418418
request_options: Optional[Union[dict, RequestOptions]] = None,
419419
) -> object:
420420
"""
421-
This method allow you to send requests to the Algolia REST API.
421+
This method lets you send requests to the Algolia REST API.
422422
423423
424424
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -454,7 +454,7 @@ async def custom_put_with_http_info(
454454
request_options: Optional[Union[dict, RequestOptions]] = None,
455455
) -> ApiResponse[str]:
456456
"""
457-
This method allow you to send requests to the Algolia REST API.
457+
This method lets you send requests to the Algolia REST API.
458458
459459
460460
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -510,7 +510,7 @@ async def custom_put(
510510
request_options: Optional[Union[dict, RequestOptions]] = None,
511511
) -> object:
512512
"""
513-
This method allow you to send requests to the Algolia REST API.
513+
This method lets you send requests to the Algolia REST API.
514514
515515
516516
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -1055,7 +1055,7 @@ def custom_delete_with_http_info(
10551055
request_options: Optional[Union[dict, RequestOptions]] = None,
10561056
) -> ApiResponse[str]:
10571057
"""
1058-
This method allow you to send requests to the Algolia REST API.
1058+
This method lets you send requests to the Algolia REST API.
10591059
10601060
10611061
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -1102,7 +1102,7 @@ def custom_delete(
11021102
request_options: Optional[Union[dict, RequestOptions]] = None,
11031103
) -> object:
11041104
"""
1105-
This method allow you to send requests to the Algolia REST API.
1105+
This method lets you send requests to the Algolia REST API.
11061106
11071107
11081108
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -1130,7 +1130,7 @@ def custom_get_with_http_info(
11301130
request_options: Optional[Union[dict, RequestOptions]] = None,
11311131
) -> ApiResponse[str]:
11321132
"""
1133-
This method allow you to send requests to the Algolia REST API.
1133+
This method lets you send requests to the Algolia REST API.
11341134
11351135
11361136
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -1175,7 +1175,7 @@ def custom_get(
11751175
request_options: Optional[Union[dict, RequestOptions]] = None,
11761176
) -> object:
11771177
"""
1178-
This method allow you to send requests to the Algolia REST API.
1178+
This method lets you send requests to the Algolia REST API.
11791179
11801180
11811181
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -1207,7 +1207,7 @@ def custom_post_with_http_info(
12071207
request_options: Optional[Union[dict, RequestOptions]] = None,
12081208
) -> ApiResponse[str]:
12091209
"""
1210-
This method allow you to send requests to the Algolia REST API.
1210+
This method lets you send requests to the Algolia REST API.
12111211
12121212
12131213
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -1263,7 +1263,7 @@ def custom_post(
12631263
request_options: Optional[Union[dict, RequestOptions]] = None,
12641264
) -> object:
12651265
"""
1266-
This method allow you to send requests to the Algolia REST API.
1266+
This method lets you send requests to the Algolia REST API.
12671267
12681268
12691269
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -1297,7 +1297,7 @@ def custom_put_with_http_info(
12971297
request_options: Optional[Union[dict, RequestOptions]] = None,
12981298
) -> ApiResponse[str]:
12991299
"""
1300-
This method allow you to send requests to the Algolia REST API.
1300+
This method lets you send requests to the Algolia REST API.
13011301
13021302
13031303
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -1353,7 +1353,7 @@ def custom_put(
13531353
request_options: Optional[Union[dict, RequestOptions]] = None,
13541354
) -> object:
13551355
"""
1356-
This method allow you to send requests to the Algolia REST API.
1356+
This method lets you send requests to the Algolia REST API.
13571357
13581358
13591359
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)

algoliasearch/analytics/client.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ async def custom_delete_with_http_info(
191191
request_options: Optional[Union[dict, RequestOptions]] = None,
192192
) -> ApiResponse[str]:
193193
"""
194-
This method allow you to send requests to the Algolia REST API.
194+
This method lets you send requests to the Algolia REST API.
195195
196196
197197
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -238,7 +238,7 @@ async def custom_delete(
238238
request_options: Optional[Union[dict, RequestOptions]] = None,
239239
) -> object:
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
244244
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -268,7 +268,7 @@ async def custom_get_with_http_info(
268268
request_options: Optional[Union[dict, RequestOptions]] = None,
269269
) -> ApiResponse[str]:
270270
"""
271-
This method allow you to send requests to the Algolia REST API.
271+
This method lets you send requests to the Algolia REST API.
272272
273273
274274
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -313,7 +313,7 @@ async def custom_get(
313313
request_options: Optional[Union[dict, RequestOptions]] = None,
314314
) -> object:
315315
"""
316-
This method allow you to send requests to the Algolia REST API.
316+
This method lets you send requests to the Algolia REST API.
317317
318318
319319
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -345,7 +345,7 @@ async def custom_post_with_http_info(
345345
request_options: Optional[Union[dict, RequestOptions]] = None,
346346
) -> ApiResponse[str]:
347347
"""
348-
This method allow you to send requests to the Algolia REST API.
348+
This method lets you send requests to the Algolia REST API.
349349
350350
351351
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -401,7 +401,7 @@ async def custom_post(
401401
request_options: Optional[Union[dict, RequestOptions]] = None,
402402
) -> object:
403403
"""
404-
This method allow you to send requests to the Algolia REST API.
404+
This method lets you send requests to the Algolia REST API.
405405
406406
407407
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -437,7 +437,7 @@ async def custom_put_with_http_info(
437437
request_options: Optional[Union[dict, RequestOptions]] = None,
438438
) -> ApiResponse[str]:
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
443443
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -493,7 +493,7 @@ async def custom_put(
493493
request_options: Optional[Union[dict, RequestOptions]] = None,
494494
) -> object:
495495
"""
496-
This method allow you to send requests to the Algolia REST API.
496+
This method lets you send requests to the Algolia REST API.
497497
498498
499499
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -3230,7 +3230,7 @@ def custom_delete_with_http_info(
32303230
request_options: Optional[Union[dict, RequestOptions]] = None,
32313231
) -> ApiResponse[str]:
32323232
"""
3233-
This method allow you to send requests to the Algolia REST API.
3233+
This method lets you send requests to the Algolia REST API.
32343234
32353235
32363236
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -3277,7 +3277,7 @@ def custom_delete(
32773277
request_options: Optional[Union[dict, RequestOptions]] = None,
32783278
) -> object:
32793279
"""
3280-
This method allow you to send requests to the Algolia REST API.
3280+
This method lets you send requests to the Algolia REST API.
32813281
32823282
32833283
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -3305,7 +3305,7 @@ def custom_get_with_http_info(
33053305
request_options: Optional[Union[dict, RequestOptions]] = None,
33063306
) -> ApiResponse[str]:
33073307
"""
3308-
This method allow you to send requests to the Algolia REST API.
3308+
This method lets you send requests to the Algolia REST API.
33093309
33103310
33113311
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -3350,7 +3350,7 @@ def custom_get(
33503350
request_options: Optional[Union[dict, RequestOptions]] = None,
33513351
) -> object:
33523352
"""
3353-
This method allow you to send requests to the Algolia REST API.
3353+
This method lets you send requests to the Algolia REST API.
33543354
33553355
33563356
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -3382,7 +3382,7 @@ def custom_post_with_http_info(
33823382
request_options: Optional[Union[dict, RequestOptions]] = None,
33833383
) -> ApiResponse[str]:
33843384
"""
3385-
This method allow you to send requests to the Algolia REST API.
3385+
This method lets you send requests to the Algolia REST API.
33863386
33873387
33883388
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -3438,7 +3438,7 @@ def custom_post(
34383438
request_options: Optional[Union[dict, RequestOptions]] = None,
34393439
) -> object:
34403440
"""
3441-
This method allow you to send requests to the Algolia REST API.
3441+
This method lets you send requests to the Algolia REST API.
34423442
34433443
34443444
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -3472,7 +3472,7 @@ def custom_put_with_http_info(
34723472
request_options: Optional[Union[dict, RequestOptions]] = None,
34733473
) -> ApiResponse[str]:
34743474
"""
3475-
This method allow you to send requests to the Algolia REST API.
3475+
This method lets you send requests to the Algolia REST API.
34763476
34773477
34783478
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)
@@ -3528,7 +3528,7 @@ def custom_put(
35283528
request_options: Optional[Union[dict, RequestOptions]] = None,
35293529
) -> object:
35303530
"""
3531-
This method allow you to send requests to the Algolia REST API.
3531+
This method lets you send requests to the Algolia REST API.
35323532
35333533
35343534
:param path: Path of the endpoint, anything after \"/1\" must be specified. (required)

0 commit comments

Comments
 (0)