mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 08:46:55 +00:00
add test case for nullable parent property (#16552)
* add nullable case to spring test spec * generate samples for changed spring input * add nullable case to general test spec * generate samples for changed general input * generate samples again * generates samples again * re-build from new sources, generates samples again
This commit is contained in:
@@ -119,6 +119,13 @@ Route::post('/v2/fake/inline-additionalProperties', 'FakeController@testInlineAd
|
||||
|
||||
*/
|
||||
Route::get('/v2/fake/jsonFormData', 'FakeController@testJsonFormData');
|
||||
/**
|
||||
* post testNullable
|
||||
* Summary: test nullable parent property
|
||||
* Notes:
|
||||
|
||||
*/
|
||||
Route::post('/v2/fake/nullable', 'FakeController@testNullable');
|
||||
/**
|
||||
* post fakeOuterBooleanSerialize
|
||||
* Summary:
|
||||
|
||||
Reference in New Issue
Block a user