forked from loafle/openapi-generator-original
use map/array model class only if it is generated (#17612)
* fix * tests * generate samples * refactor
This commit is contained in:
@@ -175,6 +175,13 @@ Route::post('/v2/fake/outer/string', 'FakeController@fakeOuterStringSerialize');
|
||||
* Output-Formats: [*_/_*]
|
||||
*/
|
||||
Route::post('/v2/fake/property/enum-int', 'FakeController@fakePropertyEnumIntegerSerialize');
|
||||
/**
|
||||
* post testStringMapReference
|
||||
* Summary: test referenced string map
|
||||
* Notes:
|
||||
|
||||
*/
|
||||
Route::post('/v2/fake/stringMap-reference', 'FakeController@testStringMapReference');
|
||||
/**
|
||||
* put testQueryParameterCollectionFormat
|
||||
* Summary:
|
||||
|
||||
Reference in New Issue
Block a user