[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:
Stefan Koppier
2024-01-22 03:57:40 +01:00
committed by GitHub
parent 189bf7d6c5
commit 227c8602f7
62 changed files with 4290 additions and 61 deletions

View File

@@ -0,0 +1,22 @@
# Pet
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **kotlin.String** | |
**photoUrls** | **kotlin.collections.List<kotlin.String>** | |
**id** | **kotlin.Long** | | [optional]
**category** | [**Category**](Category.md) | | [optional]
**tags** | [**kotlin.collections.List<Tag>**](Tag.md) | | [optional]
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----
status | available, pending, sold