Skip to content

Commit

Permalink
Update docs of skipFormModel default value (#9014)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisIstomin authored Mar 19, 2021
1 parent d657e95 commit 558bdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ These options default to true and don't limit the generation of the feature opti

When using selective generation, _only_ the templates needed for the specific generation will be used.

To skip models defined as the form parameters in "requestBody", please use `skipFormModel` (default to false) (this option is introduced at v3.2.2)
To skip models defined as the form parameters in "requestBody", please use `skipFormModel` (default to `true`) (this option is introduced at v3.2.2 and `true` by default starting from v5.x).

```sh
--global-property skipFormModel=true
Expand Down

0 comments on commit 558bdad

Please sign in to comment.