@@ -47,6 +47,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
47
47
}
48
48
49
49
/* *
50
+ * POST /binary/gif
50
51
* Test binary (gif) response body
51
52
* Test binary (gif) response body
52
53
* @return java.io.File
@@ -77,6 +78,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
77
78
}
78
79
79
80
/* *
81
+ * POST /binary/gif
80
82
* Test binary (gif) response body
81
83
* Test binary (gif) response body
82
84
* @return ApiResponse<java.io.File?>
@@ -114,6 +116,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
114
116
}
115
117
116
118
/* *
119
+ * POST /body/application/octetstream/binary
117
120
* Test body parameter(s)
118
121
* Test body parameter(s)
119
122
* @param body (optional)
@@ -145,6 +148,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
145
148
}
146
149
147
150
/* *
151
+ * POST /body/application/octetstream/binary
148
152
* Test body parameter(s)
149
153
* Test body parameter(s)
150
154
* @param body (optional)
@@ -186,6 +190,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
186
190
}
187
191
188
192
/* *
193
+ * POST /body/application/octetstream/array_of_binary
189
194
* Test array of binary in multipart mime
190
195
* Test array of binary in multipart mime
191
196
* @param files
@@ -217,6 +222,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
217
222
}
218
223
219
224
/* *
225
+ * POST /body/application/octetstream/array_of_binary
220
226
* Test array of binary in multipart mime
221
227
* Test array of binary in multipart mime
222
228
* @param files
@@ -258,6 +264,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
258
264
}
259
265
260
266
/* *
267
+ * POST /body/application/octetstream/single_binary
261
268
* Test single binary in multipart mime
262
269
* Test single binary in multipart mime
263
270
* @param myFile (optional)
@@ -289,6 +296,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
289
296
}
290
297
291
298
/* *
299
+ * POST /body/application/octetstream/single_binary
292
300
* Test single binary in multipart mime
293
301
* Test single binary in multipart mime
294
302
* @param myFile (optional)
@@ -330,6 +338,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
330
338
}
331
339
332
340
/* *
341
+ * POST /echo/body/FreeFormObject/response_string
333
342
* Test free form object
334
343
* Test free form object
335
344
* @param body Free form object (optional)
@@ -361,6 +370,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
361
370
}
362
371
363
372
/* *
373
+ * POST /echo/body/FreeFormObject/response_string
364
374
* Test free form object
365
375
* Test free form object
366
376
* @param body Free form object (optional)
@@ -402,6 +412,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
402
412
}
403
413
404
414
/* *
415
+ * POST /echo/body/Pet
405
416
* Test body parameter(s)
406
417
* Test body parameter(s)
407
418
* @param apiPet Pet object that needs to be added to the store (optional)
@@ -433,6 +444,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
433
444
}
434
445
435
446
/* *
447
+ * POST /echo/body/Pet
436
448
* Test body parameter(s)
437
449
* Test body parameter(s)
438
450
* @param apiPet Pet object that needs to be added to the store (optional)
@@ -474,6 +486,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
474
486
}
475
487
476
488
/* *
489
+ * POST /echo/body/Pet/response_string
477
490
* Test empty response body
478
491
* Test empty response body
479
492
* @param apiPet Pet object that needs to be added to the store (optional)
@@ -505,6 +518,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
505
518
}
506
519
507
520
/* *
521
+ * POST /echo/body/Pet/response_string
508
522
* Test empty response body
509
523
* Test empty response body
510
524
* @param apiPet Pet object that needs to be added to the store (optional)
@@ -546,6 +560,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
546
560
}
547
561
548
562
/* *
563
+ * POST /echo/body/Tag/response_string
549
564
* Test empty json (request body)
550
565
* Test empty json (request body)
551
566
* @param apiTag Tag object (optional)
@@ -577,6 +592,7 @@ class BodyApi(basePath: kotlin.String = defaultBasePath, client: Call.Factory =
577
592
}
578
593
579
594
/* *
595
+ * POST /echo/body/Tag/response_string
580
596
* Test empty json (request body)
581
597
* Test empty json (request body)
582
598
* @param apiTag Tag object (optional)
0 commit comments