@@ -193,9 +193,7 @@ async def custom_delete_with_http_info(
193
193
self ,
194
194
path : Annotated [
195
195
StrictStr ,
196
- Field (
197
- description = 'Path of the endpoint, anything after "/1" must be specified.'
198
- ),
196
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
199
197
],
200
198
parameters : Annotated [
201
199
Optional [Dict [str , Any ]],
@@ -207,7 +205,7 @@ async def custom_delete_with_http_info(
207
205
This method lets you send requests to the Algolia REST API.
208
206
209
207
210
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
208
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
211
209
:type path: str
212
210
:param parameters: Query parameters to apply to the current query.
213
211
:type parameters: Dict[str, object]
@@ -240,9 +238,7 @@ async def custom_delete(
240
238
self ,
241
239
path : Annotated [
242
240
StrictStr ,
243
- Field (
244
- description = 'Path of the endpoint, anything after "/1" must be specified.'
245
- ),
241
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
246
242
],
247
243
parameters : Annotated [
248
244
Optional [Dict [str , Any ]],
@@ -254,7 +250,7 @@ async def custom_delete(
254
250
This method lets you send requests to the Algolia REST API.
255
251
256
252
257
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
253
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
258
254
:type path: str
259
255
:param parameters: Query parameters to apply to the current query.
260
256
:type parameters: Dict[str, object]
@@ -270,9 +266,7 @@ async def custom_get_with_http_info(
270
266
self ,
271
267
path : Annotated [
272
268
StrictStr ,
273
- Field (
274
- description = 'Path of the endpoint, anything after "/1" must be specified.'
275
- ),
269
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
276
270
],
277
271
parameters : Annotated [
278
272
Optional [Dict [str , Any ]],
@@ -284,7 +278,7 @@ async def custom_get_with_http_info(
284
278
This method lets you send requests to the Algolia REST API.
285
279
286
280
287
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
281
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
288
282
:type path: str
289
283
:param parameters: Query parameters to apply to the current query.
290
284
:type parameters: Dict[str, object]
@@ -315,9 +309,7 @@ async def custom_get(
315
309
self ,
316
310
path : Annotated [
317
311
StrictStr ,
318
- Field (
319
- description = 'Path of the endpoint, anything after "/1" must be specified.'
320
- ),
312
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
321
313
],
322
314
parameters : Annotated [
323
315
Optional [Dict [str , Any ]],
@@ -329,7 +321,7 @@ async def custom_get(
329
321
This method lets you send requests to the Algolia REST API.
330
322
331
323
332
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
324
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
333
325
:type path: str
334
326
:param parameters: Query parameters to apply to the current query.
335
327
:type parameters: Dict[str, object]
@@ -343,9 +335,7 @@ async def custom_post_with_http_info(
343
335
self ,
344
336
path : Annotated [
345
337
StrictStr ,
346
- Field (
347
- description = 'Path of the endpoint, anything after "/1" must be specified.'
348
- ),
338
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
349
339
],
350
340
parameters : Annotated [
351
341
Optional [Dict [str , Any ]],
@@ -361,7 +351,7 @@ async def custom_post_with_http_info(
361
351
This method lets you send requests to the Algolia REST API.
362
352
363
353
364
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
354
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
365
355
:type path: str
366
356
:param parameters: Query parameters to apply to the current query.
367
357
:type parameters: Dict[str, object]
@@ -399,9 +389,7 @@ async def custom_post(
399
389
self ,
400
390
path : Annotated [
401
391
StrictStr ,
402
- Field (
403
- description = 'Path of the endpoint, anything after "/1" must be specified.'
404
- ),
392
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
405
393
],
406
394
parameters : Annotated [
407
395
Optional [Dict [str , Any ]],
@@ -417,7 +405,7 @@ async def custom_post(
417
405
This method lets you send requests to the Algolia REST API.
418
406
419
407
420
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
408
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
421
409
:type path: str
422
410
:param parameters: Query parameters to apply to the current query.
423
411
:type parameters: Dict[str, object]
@@ -435,9 +423,7 @@ async def custom_put_with_http_info(
435
423
self ,
436
424
path : Annotated [
437
425
StrictStr ,
438
- Field (
439
- description = 'Path of the endpoint, anything after "/1" must be specified.'
440
- ),
426
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
441
427
],
442
428
parameters : Annotated [
443
429
Optional [Dict [str , Any ]],
@@ -453,7 +439,7 @@ async def custom_put_with_http_info(
453
439
This method lets you send requests to the Algolia REST API.
454
440
455
441
456
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
442
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
457
443
:type path: str
458
444
:param parameters: Query parameters to apply to the current query.
459
445
:type parameters: Dict[str, object]
@@ -491,9 +477,7 @@ async def custom_put(
491
477
self ,
492
478
path : Annotated [
493
479
StrictStr ,
494
- Field (
495
- description = 'Path of the endpoint, anything after "/1" must be specified.'
496
- ),
480
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
497
481
],
498
482
parameters : Annotated [
499
483
Optional [Dict [str , Any ]],
@@ -509,7 +493,7 @@ async def custom_put(
509
493
This method lets you send requests to the Algolia REST API.
510
494
511
495
512
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
496
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
513
497
:type path: str
514
498
:param parameters: Query parameters to apply to the current query.
515
499
:type parameters: Dict[str, object]
@@ -1042,9 +1026,7 @@ def custom_delete_with_http_info(
1042
1026
self ,
1043
1027
path : Annotated [
1044
1028
StrictStr ,
1045
- Field (
1046
- description = 'Path of the endpoint, anything after "/1" must be specified.'
1047
- ),
1029
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
1048
1030
],
1049
1031
parameters : Annotated [
1050
1032
Optional [Dict [str , Any ]],
@@ -1056,7 +1038,7 @@ def custom_delete_with_http_info(
1056
1038
This method lets you send requests to the Algolia REST API.
1057
1039
1058
1040
1059
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
1041
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
1060
1042
:type path: str
1061
1043
:param parameters: Query parameters to apply to the current query.
1062
1044
:type parameters: Dict[str, object]
@@ -1089,9 +1071,7 @@ def custom_delete(
1089
1071
self ,
1090
1072
path : Annotated [
1091
1073
StrictStr ,
1092
- Field (
1093
- description = 'Path of the endpoint, anything after "/1" must be specified.'
1094
- ),
1074
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
1095
1075
],
1096
1076
parameters : Annotated [
1097
1077
Optional [Dict [str , Any ]],
@@ -1103,7 +1083,7 @@ def custom_delete(
1103
1083
This method lets you send requests to the Algolia REST API.
1104
1084
1105
1085
1106
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
1086
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
1107
1087
:type path: str
1108
1088
:param parameters: Query parameters to apply to the current query.
1109
1089
:type parameters: Dict[str, object]
@@ -1117,9 +1097,7 @@ def custom_get_with_http_info(
1117
1097
self ,
1118
1098
path : Annotated [
1119
1099
StrictStr ,
1120
- Field (
1121
- description = 'Path of the endpoint, anything after "/1" must be specified.'
1122
- ),
1100
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
1123
1101
],
1124
1102
parameters : Annotated [
1125
1103
Optional [Dict [str , Any ]],
@@ -1131,7 +1109,7 @@ def custom_get_with_http_info(
1131
1109
This method lets you send requests to the Algolia REST API.
1132
1110
1133
1111
1134
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
1112
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
1135
1113
:type path: str
1136
1114
:param parameters: Query parameters to apply to the current query.
1137
1115
:type parameters: Dict[str, object]
@@ -1162,9 +1140,7 @@ def custom_get(
1162
1140
self ,
1163
1141
path : Annotated [
1164
1142
StrictStr ,
1165
- Field (
1166
- description = 'Path of the endpoint, anything after "/1" must be specified.'
1167
- ),
1143
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
1168
1144
],
1169
1145
parameters : Annotated [
1170
1146
Optional [Dict [str , Any ]],
@@ -1176,7 +1152,7 @@ def custom_get(
1176
1152
This method lets you send requests to the Algolia REST API.
1177
1153
1178
1154
1179
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
1155
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
1180
1156
:type path: str
1181
1157
:param parameters: Query parameters to apply to the current query.
1182
1158
:type parameters: Dict[str, object]
@@ -1190,9 +1166,7 @@ def custom_post_with_http_info(
1190
1166
self ,
1191
1167
path : Annotated [
1192
1168
StrictStr ,
1193
- Field (
1194
- description = 'Path of the endpoint, anything after "/1" must be specified.'
1195
- ),
1169
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
1196
1170
],
1197
1171
parameters : Annotated [
1198
1172
Optional [Dict [str , Any ]],
@@ -1208,7 +1182,7 @@ def custom_post_with_http_info(
1208
1182
This method lets you send requests to the Algolia REST API.
1209
1183
1210
1184
1211
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
1185
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
1212
1186
:type path: str
1213
1187
:param parameters: Query parameters to apply to the current query.
1214
1188
:type parameters: Dict[str, object]
@@ -1246,9 +1220,7 @@ def custom_post(
1246
1220
self ,
1247
1221
path : Annotated [
1248
1222
StrictStr ,
1249
- Field (
1250
- description = 'Path of the endpoint, anything after "/1" must be specified.'
1251
- ),
1223
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
1252
1224
],
1253
1225
parameters : Annotated [
1254
1226
Optional [Dict [str , Any ]],
@@ -1264,7 +1236,7 @@ def custom_post(
1264
1236
This method lets you send requests to the Algolia REST API.
1265
1237
1266
1238
1267
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
1239
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
1268
1240
:type path: str
1269
1241
:param parameters: Query parameters to apply to the current query.
1270
1242
:type parameters: Dict[str, object]
@@ -1280,9 +1252,7 @@ def custom_put_with_http_info(
1280
1252
self ,
1281
1253
path : Annotated [
1282
1254
StrictStr ,
1283
- Field (
1284
- description = 'Path of the endpoint, anything after "/1" must be specified.'
1285
- ),
1255
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
1286
1256
],
1287
1257
parameters : Annotated [
1288
1258
Optional [Dict [str , Any ]],
@@ -1298,7 +1268,7 @@ def custom_put_with_http_info(
1298
1268
This method lets you send requests to the Algolia REST API.
1299
1269
1300
1270
1301
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
1271
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
1302
1272
:type path: str
1303
1273
:param parameters: Query parameters to apply to the current query.
1304
1274
:type parameters: Dict[str, object]
@@ -1336,9 +1306,7 @@ def custom_put(
1336
1306
self ,
1337
1307
path : Annotated [
1338
1308
StrictStr ,
1339
- Field (
1340
- description = 'Path of the endpoint, anything after "/1" must be specified.'
1341
- ),
1309
+ Field (description = "Path of the endpoint, for example `1/newFeature`." ),
1342
1310
],
1343
1311
parameters : Annotated [
1344
1312
Optional [Dict [str , Any ]],
@@ -1354,7 +1322,7 @@ def custom_put(
1354
1322
This method lets you send requests to the Algolia REST API.
1355
1323
1356
1324
1357
- :param path: Path of the endpoint, anything after \" /1 \" must be specified . (required)
1325
+ :param path: Path of the endpoint, for example `1/newFeature` . (required)
1358
1326
:type path: str
1359
1327
:param parameters: Query parameters to apply to the current query.
1360
1328
:type parameters: Dict[str, object]
0 commit comments