forked from loafle/openapi-generator-original
Add map property in url params (#10154)
* Add map property in request params * Regenerate samples to include map in url property
This commit is contained in:
@@ -554,6 +554,8 @@ class FakeController extends Controller
|
||||
}
|
||||
$context = $input['context'];
|
||||
|
||||
$language = $input['language'];
|
||||
|
||||
|
||||
return response('How about implementing testQueryParameterCollectionFormat as a put method ?');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user