mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 11:26:18 +00:00
[Inline model resolver] better handling of inline responses and bug fixes (#12353)
* better handling of inline response schemas, bug fixes * update samples * add new files * better code format * remove unused ruby files * fix java test * remove unused js spec files * remove inline_response_default_test.dart * fix webclient tests * fix spring tests
This commit is contained in:
@@ -9,7 +9,7 @@ Method | HTTP request | Description
|
||||
|
||||
<a name="Invoke-PSFooGet"></a>
|
||||
# **Invoke-PSFooGet**
|
||||
> InlineResponseDefault Invoke-PSFooGet<br>
|
||||
> FooGetDefaultResponse Invoke-PSFooGet<br>
|
||||
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ This endpoint does not need any parameter.
|
||||
|
||||
### Return type
|
||||
|
||||
[**InlineResponseDefault**](InlineResponseDefault.md) (PSCustomObject)
|
||||
[**FooGetDefaultResponse**](FooGetDefaultResponse.md) (PSCustomObject)
|
||||
|
||||
### Authorization
|
||||
|
||||
|
||||
Reference in New Issue
Block a user