mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 08:17:10 +00:00
[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,12 @@
|
||||
|
||||
# DataQuery
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**suffix** | **kotlin.String** | test suffix | [optional]
|
||||
**text** | **kotlin.String** | Some text containing white spaces | [optional]
|
||||
**date** | [**java.time.OffsetDateTime**](java.time.OffsetDateTime.md) | A date | [optional]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user