forked from loafle/openapi-generator-original
[kotlin-client][jvm-spring-*] Fix runtime error in endpoints of type Unit (#17664)
* Fixed invalid extraction of response body in kotlin-client jvm-spring-* * Generated echo-api for kotlin-jvm-spring-3-restclient * Specific echo-api for Kotlin without allOf/anyOf * Specific echo-api for Kotlin without allOf/anyOf * Generated all samples * Added kotlin-jvm-spring-3-restclient sample to workflow * Fixed syntax problem
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
# StringEnumRef
|
||||
|
||||
## Enum
|
||||
|
||||
|
||||
* `success` (value: `"success"`)
|
||||
|
||||
* `failure` (value: `"failure"`)
|
||||
|
||||
* `unclassified` (value: `"unclassified"`)
|
||||
|
||||
* `unknownDefaultOpenApi` (value: `"unknown_default_open_api"`)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user