mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
Add option to set recursion limit (#7491)
* add option to set recursion limit * fix test failure * update doc * add tests * add missing import * rename option to recursionLimit
This commit is contained in:
@@ -12,6 +12,7 @@ sidebar_label: python
|
||||
|packageUrl|python package URL.| |null|
|
||||
|packageVersion|python package version.| |1.0.0|
|
||||
|projectName|python project name in setup.py (e.g. petstore-api).| |null|
|
||||
|recursionLimit|Set the recursion limit. If not set, use the system default value.| |null|
|
||||
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
|
||||
|useNose|use the nose test framework| |false|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user